1. IRelationLoadOption

Interface IRelationLoadOption

Version:
日本語翻訳に関する免責事項

このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。

Specifies which relations to load.

Inherited Members
Namespace: Stylelabs.M.Framework.Essentials.LoadOptions
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface IRelationLoadOption : ILoadOption

Properties

Relations

Gets 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
IRelationLoadOption

DeepEquals(IRelationLoadOption)

Checks if this instance of IRelationLoadOption is equal to other.

Declaration
bool DeepEquals(IRelationLoadOption other)
Parameters
TypeNameDescription
IRelationLoadOptionother
Returns
TypeDescription
System.Boolean

langword_csharp_True if the instances are equal; otherwise langword_csharp_False.

この記事を改善するための提案がある場合は、 お知らせください!