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
    Namespace: Appearition.AccountAndAuthentication
    Assembly: Appearition.SDK.dll
    Syntax
    [Serializable]
    public class Profile

    Constructors

    Profile()

    Declaration
    public Profile()

    Profile(Profile)

    Copy Constructor

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

    Fields

    customAttributes

    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

    Extension Methods

    ObjectExtension.ToStream(Object)
    Back to top Appearition SDK for Unity API