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
Показать файл Открыть проект

Открытые методы

Метод Описание
RfcSubstringFilter ( RfcAttributeDescription type, Asn1SequenceOf substrings ) : System

Описание методов

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

public RfcSubstringFilter ( RfcAttributeDescription type, Asn1SequenceOf substrings ) : System
type RfcAttributeDescription
substrings Novell.Directory.Ldap.Asn1.Asn1SequenceOf
Результат System