Interface ITypedEntity
An interface for strongly typed entities.
Inherited Members
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.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
Methods
LoadTypedMembersAsync()
Ensures that the members provided by the strongly typed class are loaded. To be used in combination with CanDoLazyLoading(). Note that this will only load culture sensitive properties in the cultures that the entity was initially loaded with.
Declaration
Returns
| Type | Description |
|---|---|
| Task | An awaitable . |