1. ITypedEntity

Interface ITypedEntity

An interface for strongly typed entities.

Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
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
Task LoadTypedMembersAsync()
Returns
TypeDescription
Task

An awaitable .

See Also
If you have suggestions for improving this article, let us know!