Class Email
Email an email address belonging to a user
Inheritance
System.Object
Email
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 Email
Properties
| Improve this Doc View SourceEmail1
Declaration
public string Email1 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Primary
Declaration
public bool? Primary { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
User_id
Declaration
public long? User_id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Username
Declaration
public string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Verified
Declaration
public bool? Verified { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |