C# Class Adf.Business.Search.SearchAttribute

Inheritance: System.Attribute, ISearchParameter
Show file Open project: NLADP/ADF

Public Methods

Method Description
SearchAttribute ( string op, OperatorType operatorType, string column, ParameterType parameterType = null, CollationType collation = null ) : System

Sets the method name and column name of this instance with the supplied method name and column name.

Method Details

SearchAttribute() public method

Sets the method name and column name of this instance with the supplied method name and column name.
public SearchAttribute ( string op, OperatorType operatorType, string column, ParameterType parameterType = null, CollationType collation = null ) : System
op string The supplied method name.
operatorType Adf.Core.Query.OperatorType
column string The supplied column name.
parameterType Adf.Core.Query.ParameterType
collation CollationType
return System