C# Class Adf.Business.Search.IsNotAttribute

Inheritance: SearchAttribute
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
IsNotAttribute ( string column ) : System

Initializes an instance of IsNotAttribute with the supplied column name.

Method Details

IsNotAttribute() public method

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