Interface IQueryLoadConfiguration

Version: 3.4

Represents a loading configuration for querying ids or entities.

Namespace: StylelabsStylelabs.MStylelabs.M.FrameworkStylelabs.M.Framework.EssentialsLoadConfigurations
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IQueryLoadConfiguration

Properties

CultureLoadOption

Gets the culture load option.

Declaration
RequestResponse
ICultureLoadOption CultureLoadOption { get; }
Property Value
TypeDescription
ICultureLoadOption

LoadEntities

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

Declaration
RequestResponse
bool LoadEntities { get; }
Property Value
TypeDescription
bool

PropertyLoadOption

Gets the property load option.

Declaration
RequestResponse
IPropertyLoadOption PropertyLoadOption { get; }
Property Value
TypeDescription
IPropertyLoadOption

RelationLoadOption

Gets the relation load option.

Declaration
RequestResponse
IRelationLoadOption RelationLoadOption { get; }
Property Value
TypeDescription
IRelationLoadOption

Do you have some feedback for us?

If you have suggestions for improving this article,