Interface IQueryLoadConfiguration
Version: 3.2
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 IQueryLoadConfigurationProperties
CultureLoadOption
Gets the culture load option.
Declaration
RequestResponse
ICultureLoadOption CultureLoadOption { get; }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
RequestResponse
bool LoadEntities { get; }Property Value
| Type | Description |
|---|---|
| bool |
PropertyLoadOption
Gets the property load option.
Declaration
RequestResponse
IPropertyLoadOption PropertyLoadOption { get; }Property Value
| Type | Description |
|---|---|
| IPropertyLoadOption |
RelationLoadOption
Gets the relation load option.
Declaration
RequestResponse
IRelationLoadOption RelationLoadOption { get; }Property Value
| Type | Description |
|---|---|
| IRelationLoadOption |