C# 클래스 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 } } 
상속: Novell.Directory.Ldap.Asn1.Asn1Sequence
파일 보기 프로젝트 열기: EventStore/csharp-ldap

공개 메소드들

메소드 설명
RfcSubstringFilter ( RfcAttributeDescription type, Asn1SequenceOf substrings ) : System

메소드 상세

RfcSubstringFilter() 공개 메소드

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