Novell.Directory.Ldap.Rfc2251.RfcFilter.RfcFilter C# (CSharp) Method

RfcFilter() public method

Constructs a Filter object that will be built up piece by piece.
public RfcFilter ( ) : System
return System
        public RfcFilter()
            : base(null)
        {
            filterStack = new System.Collections.Stack();
            //The choice value must be set later: setChoiceValue(rootFilterTag)
            return ;
        }

Same methods

RfcFilter::RfcFilter ( System filter ) : System