Table of Contents

Class CommandLogModelChange

Namespace
Dynamicweb.CoreUI.Data.CommandLog
Assembly
Dynamicweb.CoreUI.dll
public sealed class CommandLogModelChange
Inheritance
CommandLogModelChange
Inherited Members

Constructors

CommandLogModelChange(string, object?, object?, Type?)

public CommandLogModelChange(string property, object? originalValue, object? updatedValue, Type? valueType)

Parameters

property string
originalValue object
updatedValue object
valueType Type

Properties

Id

public long Id { get; }

Property Value

long

OriginalValue

public object? OriginalValue { get; }

Property Value

object

PropertyName

public string PropertyName { get; }

Property Value

string

UpdatedValue

public object? UpdatedValue { get; }

Property Value

object

ValueType

public Type? ValueType { get; }

Property Value

Type
To top