Search Results for

    Show / Hide Table of Contents

    Class UserInfoGet

    Inheritance
    System.Object
    UserInfoGet
    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 UserInfoGet : INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    ClientClaims

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

    ClientIsAuthenticated

    Declaration
    [JsonProperty("clientIsAuthenticated", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public bool ClientIsAuthenticated { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    CurrentClientId

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

    CurrentUserEmail

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

    CurrentUserId

    Declaration
    [JsonProperty("currentUserId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public Guid? CurrentUserId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    CurrentUserIdenticonId

    Declaration
    [JsonProperty("currentUserIdenticonId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public Guid? CurrentUserIdenticonId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    CurrentUserName

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

    UserClaims

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

    UserIsAuthenticated

    Declaration
    [JsonProperty("userIsAuthenticated", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public bool UserIsAuthenticated { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    FromJson(String)

    Declaration
    public static UserInfoGet FromJson(string data)
    Parameters
    Type Name Description
    System.String data
    Returns
    Type Description
    UserInfoGet
    | 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