Interface ITypedEntity
An interface for strongly typed entities.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface ITypedEntity : IEntity, IResource, IDirtyTracking
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
RequestResponse
Task LoadTypedMembersAsync()
Returns
Type | Description |
---|---|
Task |
An awaitable . |