Adf.Core.Query.OperatorType.OperatorType C# (CSharp) Method

OperatorType() public method

public OperatorType ( string name, string value ) : System
name string
value string
return System
        public OperatorType(string name, string value)
            : base(name)
        {
            _value = value;
        }
OperatorType