Class Profile
Contains the main information of a profile as on the EMS.
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: Appearition.AccountAndAuthentication
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class Profile
Constructors
View SourceProfile()
Declaration
public Profile()
Profile(Profile)
Copy Constructor
Declaration
public Profile(Profile cc)
Parameters
Type | Name | Description |
---|---|---|
Profile | cc |
Fields
View SourcecustomAttributes
Declaration
public List<CustomAttribute> customAttributes
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<CustomAttribute> |
emailAddress
Declaration
public string emailAddress
Field Value
Type | Description |
---|---|
System.String |
firstName
Declaration
public string firstName
Field Value
Type | Description |
---|---|
System.String |
lastName
Declaration
public string lastName
Field Value
Type | Description |
---|---|
System.String |