Class PropertyValue
Inherited Members
Namespace: PayrollEngine
Assembly: PayrollEngine.Core.dll
Syntax
public class PropertyValue
Constructors
PropertyValue()
Declaration
public PropertyValue()
Properties
DictionaryKey
Declaration
public string DictionaryKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Property
Declaration
public PropertyInfo Property { get; set; }
Property Value
| Type | Description |
|---|---|
| PropertyInfo |
Value
Declaration
public object Value { get; set; }
Property Value
| Type | Description |
|---|---|
| object |