Search Results for

    Show / Hide Table of Contents

    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 Source

    Email1

    Declaration
    public string Email1 { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Primary

    Declaration
    public bool? Primary { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    User_id

    Declaration
    public long? User_id { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    Username

    Declaration
    public string Username { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Verified

    Declaration
    public bool? Verified { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH