1. IQueryLoadConfiguration

Interface IQueryLoadConfiguration

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

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

Represents a loading configuration for querying ids or entities.

Namespace: Stylelabs.M.Framework.Essentials.LoadConfigurations
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface IQueryLoadConfiguration

Properties

CultureLoadOption

Gets the culture load option.

Declaration
ICultureLoadOption CultureLoadOption { get; }
Property Value
TypeDescription
ICultureLoadOption

LoadEntities

Gets a value specifying whether entities or ids need to be returned. If false, no entities will be loaded, and the load options will be ignored.

Declaration
bool LoadEntities { get; }
Property Value
TypeDescription
System.Boolean

PropertyLoadOption

Gets the property load option.

Declaration
IPropertyLoadOption PropertyLoadOption { get; }
Property Value
TypeDescription
IPropertyLoadOption

RelationLoadOption

Gets the relation load option.

Declaration
IRelationLoadOption RelationLoadOption { get; }
Property Value
TypeDescription
IRelationLoadOption
この記事を改善するための提案がある場合は、 お知らせください!