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
Properties
CultureLoadOption
Gets the culture load option.
Declaration
Property Value
| Type | Description |
|---|---|
| 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
Property Value
| Type | Description |
|---|---|
| bool |
PropertyLoadOption
Gets the property load option.
Declaration
Property Value
| Type | Description |
|---|---|
| IPropertyLoadOption |
RelationLoadOption
Gets the relation load option.
Declaration
Property Value
| Type | Description |
|---|---|
| IRelationLoadOption |