C# Класс Novell.Directory.Ldap.Asn1.Asn1Choice

Наследование: Asn1Object
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
Asn1Choice ( Asn1Object content ) : System

Constructs an Asn1Choice object using an Asn1Object value.

ToString ( ) : System.String

Return a String representation of this Asn1Object.

choiceValue ( ) : Asn1Object

Returns the CHOICE value stored in this Asn1Choice as an Asn1Object.

encode ( Asn1Encoder enc, System out_Renamed ) : void

Call this method to encode the contents of this Asn1Choice instance into the specified output stream using the specified encoder object.

getIdentifier ( ) : Asn1Identifier

This method will return the Asn1Identifier of the encoded Asn1Object.We override the parent method as the identifier of an Asn1Choice depends on the type of the object encoded by this Asn1Choice.

setIdentifier ( Asn1Identifier id ) : void

Sets the identifier of the contained Asn1Object. We override the parent method as the identifier of an Asn1Choice depends on the type of the object encoded by this Asn1Choice.

Защищенные методы

Метод Описание
Asn1Choice ( ) : System

No arg Constructor. This is used by Filter, who subsequently sets the content after parsing the RFC 2254 Search Filter String.

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

Asn1Choice() защищенный Метод

No arg Constructor. This is used by Filter, who subsequently sets the content after parsing the RFC 2254 Search Filter String.
protected Asn1Choice ( ) : System
Результат System

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

Constructs an Asn1Choice object using an Asn1Object value.
public Asn1Choice ( Asn1Object content ) : System
content Asn1Object The Asn1Object that this Asn1Choice will /// encode. Since all Asn1 objects are derived from Asn1Object /// any basic type can be passed in. ///
Результат System

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

Return a String representation of this Asn1Object.
public ToString ( ) : System.String
Результат System.String

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

Returns the CHOICE value stored in this Asn1Choice as an Asn1Object.
public choiceValue ( ) : Asn1Object
Результат Asn1Object

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

Call this method to encode the contents of this Asn1Choice instance into the specified output stream using the specified encoder object.
public encode ( Asn1Encoder enc, System out_Renamed ) : void
enc Asn1Encoder Encoder object to use when encoding self. /// ///
out_Renamed System
Результат void

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

This method will return the Asn1Identifier of the encoded Asn1Object.We override the parent method as the identifier of an Asn1Choice depends on the type of the object encoded by this Asn1Choice.
public getIdentifier ( ) : Asn1Identifier
Результат Asn1Identifier

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

Sets the identifier of the contained Asn1Object. We override the parent method as the identifier of an Asn1Choice depends on the type of the object encoded by this Asn1Choice.
public setIdentifier ( Asn1Identifier id ) : void
id Asn1Identifier
Результат void