Class PropertyValue
属性值
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
Properties
DisplayName
显示名称
public string DisplayName { get; set; }
Property Value
Name
名称
public string Name { get; set; }
Property Value
NewValue
新值
public object NewValue { get; set; }
Property Value
OldValue
旧值
public object OldValue { get; set; }
Property Value
Operation
操作员
public string Operation { get; set; }