Interface ITypedEntity
An interface for strongly typed entities.
Inherited Members
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 . |