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 SourceDeclaration
public string EMail { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FirstName
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
LastName
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Organizations
Declaration
public IList<OrganizationModel> Organizations { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<OrganizationModel> |
PhoneNumber
Declaration
public string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |