Class EditUserOption
EditUserOption edit user options
Inheritance
System.Object
EditUserOption
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Dangl.GiteaOrgManager.dll
Syntax
public class EditUserOption
Properties
|
Improve this Doc
View Source
Active
Declaration
public bool? Active { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Admin
Declaration
public bool? Admin { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Allow_create_organization
Declaration
public bool? Allow_create_organization { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Allow_git_hook
Declaration
public bool? Allow_git_hook { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Allow_import_local
Declaration
public bool? Allow_import_local { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Email
Declaration
public string Email { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Full_name
Declaration
public string Full_name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Location
Declaration
public string Location { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Login_name
Declaration
[Required(AllowEmptyStrings = true)]
public string Login_name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Max_repo_creation
Declaration
public long? Max_repo_creation { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
Must_change_password
Declaration
public bool? Must_change_password { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Password
Declaration
public string Password { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Prohibit_login
Declaration
public bool? Prohibit_login { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Restricted
Declaration
public bool? Restricted { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Source_id
Declaration
public long Source_id { get; set; }
Property Value
| Type |
Description |
| System.Int64 |
|
|
Improve this Doc
View Source
Visibility
Declaration
public string Visibility { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Website
Declaration
public string Website { get; set; }
Property Value
| Type |
Description |
| System.String |
|