Class EntityChangeSet
Version: 3.4
Represents a complete set of changes on an Entity. The change set can be serialized.
Inheritance
object
EntityChangeSet
Namespace: StylelabsStylelabs.MStylelabs.M.ScriptingStylelabs.M.Scripting.TypesStylelabs.M.Scripting.Types.V1_0ChangeTrackingChangeSet
Assembly: Stylelabs.M.Scripting.Types.dll
Syntax
RequestResponse
public class EntityChangeSet
Properties
CultureInsensitivePropertyChanges
Gets or sets the modified culture insensitive properties.
Declaration
RequestResponse
public IList<CultureInsensitivePropertyChange> CultureInsensitivePropertyChanges { get; set; }
Property Value
Type | Description |
---|---|
IList<>CultureInsensitivePropertyChange |
CultureSensitivePropertyChanges
Gets or sets the modified culture sensitive properties.
Declaration
RequestResponse
public IList<CultureSensitivePropertyChange> CultureSensitivePropertyChanges { get; set; }
Property Value
Type | Description |
---|---|
IList<>CultureSensitivePropertyChange |
IsNew
Gets or sets a value indicating whether the entity is new.
Declaration
RequestResponse
public bool IsNew { get; set; }
Property Value
Type | Description |
---|---|
bool |
LoadedCultures
Gets or sets the loaded cultures on the entity.
Declaration
RequestResponse
public IList<CultureInfo> LoadedCultures { get; set; }
Property Value
Type | Description |
---|---|
IList<>CultureInfo |
RelationChanges
Gets or sets the modified relations.
Declaration
RequestResponse
public IList<RelationChange> RelationChanges { get; set; }
Property Value
Type | Description |
---|---|
IList<>RelationChange |
SystemPropertyChanges
Gets or sets the modified system properties.
Declaration
RequestResponse
public IList<SystemPropertyChange> SystemPropertyChanges { get; set; }
Property Value
Type | Description |
---|---|
IList<>SystemPropertyChange |