Interface IEntityLoadConfiguration

Version: 3.4

Represents a loading configuration for loading entities.

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

Properties

CultureLoadOption

Gets or sets the culture load option.

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

PropertyLoadOption

Gets or sets the property load option.

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

RelationLoadOption

Gets or sets the relation load option.

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

Methods

Builder()

Creates a IEntityLoadConfigurationBuilder from the current IEntityLoadConfiguration. The builder can extend or overwrite the configuration of the current IEntityLoadConfiguration.

Declaration
RequestResponse
IEntityLoadConfigurationBuilder Builder()
Returns
TypeDescription
IEntityLoadConfigurationBuilder

The entity load configuration builder.

DeepClone()

Creates a deep clone of this instance.

Declaration
RequestResponse
IEntityLoadConfiguration DeepClone()
Returns
TypeDescription
IEntityLoadConfiguration

The entity load configuration.

DeepEquals(IEntityLoadConfiguration)

Checks if this instance of IEntityLoadConfiguration is equal to other.

Declaration
RequestResponse
bool DeepEquals(IEntityLoadConfiguration other)
Parameters
TypeNameDescription
IEntityLoadConfigurationother

The entity load configuration.

Returns
TypeDescription
bool

langword_csharp_True if the instances are equal; otherwise langword_csharp_False.

Do you have some feedback for us?

If you have suggestions for improving this article,