Class EntityChangeSet
Version:
日本語翻訳に関する免責事項
このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。
Represents a complete set of changes on an Entity. The change set can be serialized.
Inheritance
System.Object
EntityChangeSet
Namespace: Stylelabs.M.Scripting.Types.V1_0.ChangeTracking.ChangeSet
Assembly: Stylelabs.M.Scripting.Types.dll
Syntax
Properties
CultureInsensitivePropertyChanges
Gets or sets the modified culture insensitive properties.
Declaration
Property Value
| Type | Description |
|---|---|
| IList<CultureInsensitivePropertyChange> |
CultureSensitivePropertyChanges
Gets or sets the modified culture sensitive properties.
Declaration
Property Value
| Type | Description |
|---|---|
| IList<CultureSensitivePropertyChange> |
IsNew
Gets or sets whether the entity is new.
Declaration
Property Value
| Type | Description |
|---|---|
| System.Boolean |
LoadedCultures
Gets or sets the loaded cultures on the entity.
Declaration
Property Value
| Type | Description |
|---|---|
| IList<CultureInfo> |
RelationChanges
Gets or sets the modified relations.
Declaration
Property Value
| Type | Description |
|---|---|
| IList<RelationChange> |
SystemPropertyChanges
Gets or sets the modified system properties.
Declaration
Property Value
| Type | Description |
|---|---|
| IList<SystemPropertyChange> |