Adf.Core.Query.OperatorType.OperatorType C# (CSharp) Метод

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

public OperatorType ( string name, string value ) : System
name string
value string
Результат System
        public OperatorType(string name, string value)
            : base(name)
        {
            _value = value;
        }
OperatorType