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
TypeDescription
IList<>CultureInsensitivePropertyChange

CultureSensitivePropertyChanges

Gets or sets the modified culture sensitive properties.

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

IsNew

Gets or sets a value indicating whether the entity is new.

Declaration
RequestResponse
public bool IsNew { get; set; }
Property Value
TypeDescription
bool

LoadedCultures

Gets or sets the loaded cultures on the entity.

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

RelationChanges

Gets or sets the modified relations.

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

SystemPropertyChanges

Gets or sets the modified system properties.

Declaration
RequestResponse
public IList<SystemPropertyChange> SystemPropertyChanges { get; set; }
Property Value
TypeDescription
IList<>SystemPropertyChange

Do you have some feedback for us?

If you have suggestions for improving this article,