Class EntityLoadConfigurationMapper
Version: 3.2
Entity load configuration mapper.
Inheritance
object
EntityLoadConfigurationMapper
Namespace: StylelabsStylelabs.MStylelabs.M.FrameworkStylelabs.M.Framework.EssentialsMappers
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public static class EntityLoadConfigurationMapperMethods
ToQueryLoadConfiguration(IEntityLoadConfiguration)
Maps an IEntityLoadConfiguration into a QueryLoadConfiguration.
Declaration
RequestResponse
public static QueryLoadConfiguration ToQueryLoadConfiguration(IEntityLoadConfiguration configuration)Parameters
| Type | Name | Description |
|---|---|---|
| IEntityLoadConfiguration | configuration |
The configuration to map. |
Returns
| Type | Description |
|---|---|
| QueryLoadConfiguration |
The mapped configuration. |