Class UserSettings
UserSettings represents user settings
Inheritance
System.Object
UserSettings
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()
Namespace: Dangl.GiteaOrgManager.Client
Assembly: Dangl.GiteaOrgManager.dll
Syntax
public class UserSettings
Properties
| Improve this Doc View SourceDescription
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Diff_view_style
Declaration
public string Diff_view_style { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Full_name
Declaration
public string Full_name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Hide_activity
Declaration
public bool? Hide_activity { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Hide_email
Privacy
Declaration
public bool? Hide_email { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Language
Declaration
public string Language { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Location
Declaration
public string Location { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Theme
Declaration
public string Theme { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Website
Declaration
public string Website { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |