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
ExtendedProfile
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class ExtendedProfile : Profile
Constructors
ExtendedProfile()
Declaration
ExtendedProfile(ExtendedProfile)
Declaration
public ExtendedProfile(ExtendedProfile cc)
Parameters
ExtendedProfile(Profile)
Declaration
public ExtendedProfile(Profile cc)
Parameters
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