CustomExpressionEventArgs Konstruktor

Definicja

Inicjuje CustomExpressionEventArgs nowe wystąpienie klasy przy użyciu obiektu źródła danych i słownika wartości parametrów oceny.

public:
 CustomExpressionEventArgs(System::Linq::IQueryable ^ source, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ values);
public CustomExpressionEventArgs (System.Linq.IQueryable source, System.Collections.Generic.IDictionary<string,object> values);
new System.Web.UI.WebControls.Expressions.CustomExpressionEventArgs : System.Linq.IQueryable * System.Collections.Generic.IDictionary<string, obj> -> System.Web.UI.WebControls.Expressions.CustomExpressionEventArgs
Public Sub New (source As IQueryable, values As IDictionary(Of String, Object))

Parametry

source
IQueryable

Obiekt źródła danych do użycia.

values
IDictionary<String,Object>

Obliczone wartości z kolekcji parametrów CustomExpression obiektu.

Dotyczy