1. EntityChangeSet

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
public class EntityChangeSet : object

Properties

CultureInsensitivePropertyChanges

Gets or sets the modified culture insensitive properties.

Declaration
public IList<CultureInsensitivePropertyChange> CultureInsensitivePropertyChanges { get; set; }
Property Value
TypeDescription
IList<CultureInsensitivePropertyChange>

CultureSensitivePropertyChanges

Gets or sets the modified culture sensitive properties.

Declaration
public IList<CultureSensitivePropertyChange> CultureSensitivePropertyChanges { get; set; }
Property Value
TypeDescription
IList<CultureSensitivePropertyChange>

IsNew

Gets or sets whether the entity is new.

Declaration
public bool IsNew { get; set; }
Property Value
TypeDescription
System.Boolean

LoadedCultures

Gets or sets the loaded cultures on the entity.

Declaration
public IList<CultureInfo> LoadedCultures { get; set; }
Property Value
TypeDescription
IList<CultureInfo>

RelationChanges

Gets or sets the modified relations.

Declaration
public IList<RelationChange> RelationChanges { get; set; }
Property Value
TypeDescription
IList<RelationChange>

SystemPropertyChanges

Gets or sets the modified system properties.

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