1. ITypedEntity

Interface ITypedEntity

Version:
日本語翻訳に関する免責事項

このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。

An interface for strongly typed entities.

Inherited Members
Namespace: Stylelabs.M.Sdk.Contracts.Base
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
See Also
この記事を改善するための提案がある場合は、 お知らせください!