Search Results for

    Show / Hide Table of Contents

    Class RegisterPost

    Inheritance
    System.Object
    RegisterPost
    Implements
    System.ComponentModel.INotifyPropertyChanged
    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.AVACloud.Client
    Assembly: Dangl.AVACloud.Client.dll
    Syntax
    public class RegisterPost : INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    Email

    Declaration
    [JsonProperty("email", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    [Required]
    public string Email { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Password

    Declaration
    [JsonProperty("password", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    [Required]
    [StringLength(2147483647, MinimumLength = 10)]
    public string Password { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PreferredLanguages

    Declaration
    [JsonProperty("preferredLanguages", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public ObservableCollection<string> PreferredLanguages { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<System.String>
    | Improve this Doc View Source

    ServiceLoginRedirectUri

    Declaration
    [JsonProperty("serviceLoginRedirectUri", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string ServiceLoginRedirectUri { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Username

    Declaration
    [JsonProperty("username", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    [Required]
    public string Username { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    FromJson(String)

    Declaration
    public static RegisterPost FromJson(string data)
    Parameters
    Type Name Description
    System.String data
    Returns
    Type Description
    RegisterPost
    | Improve this Doc View Source

    RaisePropertyChanged(String)

    Declaration
    protected virtual void RaisePropertyChanged(string propertyName = null)
    Parameters
    Type Name Description
    System.String propertyName
    | Improve this Doc View Source

    ToJson()

    Declaration
    public string ToJson()
    Returns
    Type Description
    System.String

    Events

    | Improve this Doc View Source

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH