1. Stylelabs.M.Framework.Essentials.LoadConfigurations

Interface IQueryLoadConfiguration

Represents a loading configuration for querying ids or entities.

Namespace: StylelabsStylelabs.MStylelabs.M.FrameworkStylelabs.M.Framework.EssentialsLoadConfigurations

Assembly: Stylelabs.M.Sdk.dll

Syntax

public interface IQueryLoadConfiguration

Properties

Gets the culture load option.

Declaration

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

bool LoadEntities { get; }

Property Value

TypeDescription
bool

Gets the property load option.

Declaration

IPropertyLoadOption PropertyLoadOption { get; }

Property Value

TypeDescription
IPropertyLoadOption

Gets the relation load option.

Declaration

IRelationLoadOption RelationLoadOption { get; }

Property Value

TypeDescription
IRelationLoadOption
If you have suggestions for improving this article, let us know!