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
Properties
Cardinality
Gets or sets the cardinality of the relation.
Declaration
Property Value
| Type | Description |
|---|---|
| RelationCardinality |
Ids
Gets or sets the current values on the relation.
Declaration
Property Value
| Type | Description |
|---|---|
| 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
Property Value
| Type | Description |
|---|---|
| SystemPropertyChange |
Name
Gets or sets the name on of the relation.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
NewValues
Gets or sets the new values on the relation.
Declaration
Property Value
| Type | Description |
|---|---|
| List<System.Int64> |
RemovedValues
Get or sets the removed values from the relation.
Declaration
Property Value
| Type | Description |
|---|---|
| List<System.Int64> |
Role
Gets or sets the role of the relation.
Declaration
Property Value
| Type | Description |
|---|---|
| RelationRole |