CustomExpressionEventArgs Classe

Definição

Representa os dados de evento para a classe CustomExpression.Represents the event data for the CustomExpression class.

public ref class CustomExpressionEventArgs : EventArgs
public class CustomExpressionEventArgs : EventArgs
type CustomExpressionEventArgs = class
    inherit EventArgs
Public Class CustomExpressionEventArgs
Inherits EventArgs
Herança
CustomExpressionEventArgs

Construtores

CustomExpressionEventArgs(IQueryable, IDictionary<String,Object>)

Inicializa uma nova instância da classe CustomExpressionEventArgs usando o objeto de fonte de dados e um dicionário de valores de parâmetro avaliados.Initializes a new instance of the CustomExpressionEventArgs class using the data source object and a dictionary of evaluated parameter values.

Propriedades

Query

Obtém ou define o objeto de fonte de dados.Gets or sets the data source object.

Values

Obtém ou define os valores avaliados da instância ParameterCollection do objeto CustomExpression.Gets or sets the evaluated values from the ParameterCollection instance of the CustomExpression object.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a