IExpressionProperty Interface

Definition

Interface which defines plain object access to the values of an ExpressionProperty.

public interface IExpressionProperty
type IExpressionProperty = interface
Public Interface IExpressionProperty
Derived

Remarks

This interface definition allows reflection to work with ExpressionProperty{T} without having to know the generic parameter type.

Methods

GetObject(Object)

Get value as object.

SetObject(Object)

Set value as object.

TryGetObject(Object)

Try Get value as object.

Applies to