Show / Hide Table of Contents

    Class ExtendedProfile

    Contains all the standard profile information and more advanced data such as the tenants this profile is allowed to use.

    Inheritance
    System.Object
    Profile
    ExtendedProfile
    Account_MyProfile.ApiData
    Inherited Members
    Profile.firstName
    Profile.lastName
    Profile.emailAddress
    Profile.customAttributes
    Namespace: Appearition.AccountAndAuthentication
    Assembly: Appearition.SDK.dll
    Syntax
    [Serializable]
    public class ExtendedProfile : Profile

    Constructors

    ExtendedProfile()

    Declaration
    public ExtendedProfile()

    ExtendedProfile(ExtendedProfile)

    Copy Constructor

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

    ExtendedProfile(Profile)

    Copy Constructor

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

    Fields

    tenantKeys

    Declaration
    public List<string> tenantKeys
    Field Value
    Type Description
    System.Collections.Generic.List<System.String>

    tenants

    Declaration
    public List<Tenant> tenants
    Field Value
    Type Description
    System.Collections.Generic.List<Tenant>

    Extension Methods

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