C# Class Novell.Directory.Ldap.Rfc2251.RfcSubstringFilter

Represents an Ldap Substring Filter.
 SubstringFilter ::= SEQUENCE { type            AttributeDescription, -- at least one must be present substrings      SEQUENCE OF CHOICE { initial [0] LdapString, any     [1] LdapString, final   [2] LdapString } } 
Inheritance: Novell.Directory.Ldap.Asn1.Asn1Sequence
显示文件 Open project: EventStore/csharp-ldap

Public Methods

Method Description
RfcSubstringFilter ( RfcAttributeDescription type, Asn1SequenceOf substrings ) : System

Method Details

RfcSubstringFilter() public method

public RfcSubstringFilter ( RfcAttributeDescription type, Asn1SequenceOf substrings ) : System
type RfcAttributeDescription
substrings Novell.Directory.Ldap.Asn1.Asn1SequenceOf
return System