1. RelationChange

Class RelationChange

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

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

Represents a change on a relation.

Inheritance
System.Object
RelationChange
Namespace: Stylelabs.M.Scripting.Types.V1_0.ChangeTracking.ChangeSet
Assembly: Stylelabs.M.Scripting.Types.dll
Syntax
public class RelationChange : object

Properties

Cardinality

Gets or sets the cardinality of the relation.

Declaration
public RelationCardinality Cardinality { get; set; }
Property Value
TypeDescription
RelationCardinality

Ids

Gets or sets the current values on the relation.

Declaration
public List<long> Ids { get; set; }
Property Value
TypeDescription
List<System.Int64>

InheritsSecurity

Gets or sets the change on the inheritsSecurity. This will be null if the relation is not a child relation or when InheritsSecurity was not dirty.

Declaration
public SystemPropertyChange InheritsSecurity { get; set; }
Property Value
TypeDescription
SystemPropertyChange

Name

Gets or sets the name on of the relation.

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

NewValues

Gets or sets the new values on the relation.

Declaration
public List<long> NewValues { get; set; }
Property Value
TypeDescription
List<System.Int64>

RemovedValues

Get or sets the removed values from the relation.

Declaration
public List<long> RemovedValues { get; set; }
Property Value
TypeDescription
List<System.Int64>

Role

Gets or sets the role of the relation.

Declaration
public RelationRole Role { get; set; }
Property Value
TypeDescription
RelationRole
この記事を改善するための提案がある場合は、 お知らせください!