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
Inherited Members
Profile.firstName
Profile.lastName
Profile.emailAddress
Profile.customAttributes
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 Source

ExtendedProfile()

Declaration
public ExtendedProfile()
View Source

ExtendedProfile(ExtendedProfile)

Copy Constructor

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

ExtendedProfile(Profile)

Copy Constructor

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

Fields

View Source

tenantKeys

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

tenants

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

Extension Methods

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