Search Results for

    Show / Hide Table of Contents

    Class ProfileModel

    Inheritance
    System.Object
    ProfileModel
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Cloud.API
    Assembly: Simplic.Cloud.API.dll
    Syntax
    public class ProfileModel

    Properties

    | Improve this Doc View Source

    EMail

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

    FirstName

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

    Id

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    LastName

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

    Organizations

    Declaration
    public IList<OrganizationModel> Organizations { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<OrganizationModel>
    | Improve this Doc View Source

    PhoneNumber

    Declaration
    public string PhoneNumber { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx