Table of Contents

Class PropertyValue

Namespace
AT.Librarys.Container.Service
Assembly
AT.Librarys.Container.dll

属性值

public class PropertyValue
Inheritance
PropertyValue
Inherited Members
Extension Methods

Constructors

PropertyValue(string, string, object, object, string)

属性值

public PropertyValue(string operation, string name, object olbValue, object newValue, string displayName)

Parameters

operation string

操作员

name string

属性名称

olbValue object

旧值

newValue object

新值

displayName string

显示名称

Properties

DisplayName

显示名称

public string DisplayName { get; set; }

Property Value

string

Name

名称

public string Name { get; set; }

Property Value

string

NewValue

新值

public object NewValue { get; set; }

Property Value

object

OldValue

旧值

public object OldValue { get; set; }

Property Value

object

Operation

操作员

public string Operation { get; set; }

Property Value

string