Interface IRelationLoadOption
Version: 4.0
Specifies which relations to load.
Inherited Members
Namespace: StylelabsStylelabs.MStylelabs.M.FrameworkStylelabs.M.Framework.EssentialsLoadOptions
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IRelationLoadOption : ILoadOption
Properties
Relations
Gets or sets a list of relations that need to be loaded. This is only useful when LoadOption is Custom.
Declaration
RequestResponse
IRelationSpecification[] Relations { get; set; }
Property Value
Type | Description |
---|---|
IRelationSpecification |
Methods
DeepClone()
Creates a deep clone of this instance.
Declaration
RequestResponse
IRelationLoadOption DeepClone()
Returns
Type | Description |
---|---|
IRelationLoadOption |
The relation load option. |
DeepEquals(IRelationLoadOption)
Checks if this instance of IRelationLoadOption is equal to other
.
Declaration
RequestResponse
bool DeepEquals(IRelationLoadOption other)
Parameters
Type | Name | Description |
---|---|---|
IRelationLoadOption | other |
The relation load option. |
Returns
Type | Description |
---|---|
bool |
langword_csharp_True if the instances are equal; otherwise langword_csharp_False. |