C# Class Adf.Business.Search.IsLargerAttribute

Inheritance: SearchAttribute
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
IsLargerAttribute ( string column ) : System

Initializes an instance of IsLargerAttribute with the supplied column name.

Method Details

IsLargerAttribute() public method

Initializes an instance of IsLargerAttribute with the supplied column name.
public IsLargerAttribute ( string column ) : System
column string The supplied column name.
return System