Interface IUserEntity
Defines a typed entity of type User.
Inherited Members
ITypedEntity.LoadTypedMembersAsync()
IEntity.GetPropertyAsync(string, MemberLoadOption)
IEntity.GetPropertyAsync
IEntity.GetPropertyValue(string)
IEntity.GetPropertyValue
IEntity.GetPropertyValueAsync(string, MemberLoadOption)
IEntity.GetPropertyValueAsync
IEntity.GetPropertyValue(string, CultureInfo)
IEntity.GetPropertyValue
IEntity.GetPropertyValueAsync
IEntity.SetPropertyValue(string, object)
IEntity.SetPropertyValue(string, CultureInfo, object)
IEntity.GetRelation(string, RelationRole?)
IEntity.GetRelationAsync(string, RelationRole?, MemberLoadOption)
IEntity.GetRelationAsync
IEntity.LoadPropertiesAsync(IPropertyLoadOption)
IEntity.LoadRelationsAsync(IRelationLoadOption)
IEntity.LoadMembersAsync(IPropertyLoadOption, IRelationLoadOption)
IEntity.GetEntityDefinitionAsync()
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsTyped
Assembly: Stylelabs.M.Sdk.dll
Syntax
Properties
EmailConfirmationPending
Gets or sets a value indicating whether gets or sets whether the email confirmation is pending.
Declaration
Property Value
| Type | Description |
|---|---|
| bool |
UserGroupConfiguration
Gets or sets the user group configuration.
Declaration
Property Value
| Type | Description |
|---|---|
| JToken |
Username
Gets or sets the user name.
Declaration
Property Value
| Type | Description |
|---|---|
| string |