Show / Hide Table of Contents

Class Profile

Contains the main information of a profile as on the EMS.

Inheritance
System.Object
Profile
Account_UpdateMyProfile.PostApi
ExtendedProfile
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 Source

Profile()

Declaration
public Profile()
View Source

Profile(Profile)

Copy Constructor

Declaration
public Profile(Profile cc)
Parameters
Type Name Description
Profile cc

Fields

View Source

customAttributes

Declaration
public List<CustomAttribute> customAttributes
Field Value
Type Description
System.Collections.Generic.List<CustomAttribute>
View Source

emailAddress

Declaration
public string emailAddress
Field Value
Type Description
System.String
View Source

firstName

Declaration
public string firstName
Field Value
Type Description
System.String
View Source

lastName

Declaration
public string lastName
Field Value
Type Description
System.String

Extension Methods

ObjectExtension.ToStream(Object)
  • View Source
Back to top Generated by DocFX