Class
PropertyFieldInfo

Represents an abstraction of a property info that can set and get values.

Definition

Constructors

PropertyFieldInfo()

Declaration

cs-api-definition
protected PropertyFieldInfo()

Methods

GetValue(object)

Gets the value of the property.

Declaration

cs-api-definition
public abstract object GetValue(object item)

Parameters

item

object

The item.

Returns

object

SetValue(object, object)

Sets the value of the property.

Declaration

cs-api-definition
public abstract void SetValue(object item, object fieldValue)

Parameters

item

object

The item.

fieldValue

object

The field value.