Show / Hide Table of Contents

Class PropertyValue

Inheritance
object
PropertyValue
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX