Interface IEntityLoadConfiguration
Represents a loading configuration for loading entities.
Namespace: StylelabsStylelabs.MStylelabs.M.FrameworkStylelabs.M.Framework.EssentialsLoadConfigurations
Assembly: Stylelabs.M.Sdk.dll
Syntax
Properties
Gets or sets the culture load option.
Declaration
Property Value
| Type | Description |
|---|---|
| ICultureLoadOption |
Gets or sets the property load option.
Declaration
Property Value
| Type | Description |
|---|---|
| IPropertyLoadOption |
Gets or sets the relation load option.
Declaration
Property Value
| Type | Description |
|---|---|
| IRelationLoadOption |
Methods
Builder()
Creates a IEntityLoadConfigurationBuilder from the current IEntityLoadConfiguration. The builder can extend or overwrite the configuration of the current IEntityLoadConfiguration.
Declaration
Returns
| Type | Description |
|---|---|
| IEntityLoadConfigurationBuilder | The entity load configuration builder. |
DeepClone()
Creates a deep clone of this instance.
Declaration
Returns
| Type | Description |
|---|---|
| IEntityLoadConfiguration | The entity load configuration. |
DeepEquals(IEntityLoadConfiguration)
Checks if this instance of IEntityLoadConfiguration is equal to other.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| IEntityLoadConfiguration | other | The entity load configuration. |
Returns
| Type | Description |
|---|---|
| bool | langword_csharp_True if the instances are equal; otherwise langword_csharp_False. |
If you have suggestions for improving this article, let us know!