1. IRelationSpecification

Interface IRelationSpecification

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

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

Specifies a relation.

Namespace: Stylelabs.M.Framework.Essentials.LoadOptions
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface IRelationSpecification

Properties

Name

Name of the relation (case insensitive).

Declaration
string Name { get; }
Property Value
TypeDescription
System.String

Role

If the relation is self-referencing, which role to load. If it is null, both will be loaded into two separate relation objects.

Declaration
RelationRole? Role { get; }
Property Value
TypeDescription
System.Nullable<RelationRole>

Methods

DeepClone()

Creates a deep clone of this instance.

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