1. Stylelabs.M.Framework.Essentials.LoadOptions

Interface IRelationLoadOption

Specifies which relations to load.

Inherited Members

ILoadOption.LoadOption

Namespace: StylelabsStylelabs.MStylelabs.M.FrameworkStylelabs.M.Framework.EssentialsLoadOptions

Assembly: Stylelabs.M.Sdk.dll

Syntax

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

IRelationSpecification[] Relations { get; set; }

Property Value

TypeDescription
IRelationSpecification

Methods

DeepClone()

Creates a deep clone of this instance.

Declaration

IRelationLoadOption DeepClone()

Returns

TypeDescription
IRelationLoadOptionThe relation load option.

DeepEquals(IRelationLoadOption)

Checks if this instance of IRelationLoadOption is equal to other.

Declaration

bool DeepEquals(IRelationLoadOption other)

Parameters

TypeNameDescription
IRelationLoadOptionotherThe relation load option.

Returns

TypeDescription
boollangword_csharp_True if the instances are equal; otherwise langword_csharp_False.
If you have suggestions for improving this article, let us know!