C# Class Adf.Business.Search.IsLargerOrEqualAttribute

Inheritance: SearchAttribute
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
IsLargerOrEqualAttribute ( string column ) : System

Initializes an instance of IsLargerAttribute with the supplied column name.

Method Details

IsLargerOrEqualAttribute() public method

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