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
TypeDescription
IRelationSpecification

Methods

DeepClone()

Creates a deep clone of this instance.

Declaration
RequestResponse
IRelationLoadOption DeepClone()
Returns
TypeDescription
IRelationLoadOption

The relation load option.

DeepEquals(IRelationLoadOption)

Checks if this instance of IRelationLoadOption is equal to other.

Declaration
RequestResponse
bool DeepEquals(IRelationLoadOption other)
Parameters
TypeNameDescription
IRelationLoadOptionother

The relation load option.

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,