Class ExtendedProfile
Contains all the standard profile information and more advanced data such as the tenants this profile is allowed to use.
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 ExtendedProfile : Profile
Constructors
View SourceExtendedProfile()
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
View SourcetenantKeys
Declaration
public List<string> tenantKeys
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
tenants
Declaration
public List<TenantData> tenants
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<TenantData> |