Adf.Business.Search.IsSmallerAttribute.IsSmallerAttribute C# (CSharp) Метод

IsSmallerAttribute() публичный Метод

Initializes an instance of IsSmallerAttribute with the supplied column name.
public IsSmallerAttribute ( string column ) : System
column string The supplied column name.
Результат System
        public IsSmallerAttribute(string column)
            : base("IsSmallerThan", OperatorType.IsSmaller, column)
        {
        }
IsSmallerAttribute