Table of Contents

Class CommandLogModelData

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

Properties

Id

public long Id { get; }

Property Value

long

ModelIdentifier

public string ModelIdentifier { get; }

Property Value

string

ModelType

public Type? ModelType { get; }

Property Value

Type

OriginalModel

public object? OriginalModel { get; }

Property Value

object

SensitivePropertyNames

public List<string> SensitivePropertyNames { get; set; }

Property Value

List<string>

UpdatedModel

public object? UpdatedModel { get; }

Property Value

object
To top