ExpressionBinding(String, Type, String, String) Constructor

Definition

Initializes a new instance of the ExpressionBinding class.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 ExpressionBinding(System::String ^ propertyName, Type ^ propertyType, System::String ^ expressionPrefix, System::String ^ expression);
public ExpressionBinding (string propertyName, Type propertyType, string expressionPrefix, string expression);
new System.Web.UI.ExpressionBinding : string * Type * string * string -> System.Web.UI.ExpressionBinding
Public Sub New (propertyName As String, propertyType As Type, expressionPrefix As String, expression As String)

Parameters

propertyName
String

A string indicating the name of the property of the object to which the expression parameter is applied.

propertyType
Type

A Type indicating the type of the property of the object to which the expression parameter is applied.

expressionPrefix
String

A string representing the expression's prefix value.

expression
String

A string representing the value of the expression in its declarative syntax.

Applies to