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

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

Открытые свойства

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

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

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

Call this constructor to construct an Asn1Boolean object from a boolean value.

ToString ( ) : System.String

Returns a String representation of this Asn1Boolean object.

booleanValue ( ) : bool

Returns the content of this Asn1Boolean as a boolean.

encode ( Asn1Encoder enc, System out_Renamed ) : void

Encode the current instance into the specified output stream using the specified encoder object.

Приватные методы

Метод Описание
Asn1Boolean ( Asn1Decoder dec, System in_Renamed, int len ) : System

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

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

Call this constructor to construct an Asn1Boolean object from a boolean value.
public Asn1Boolean ( bool content ) : System
content bool The boolean value to be contained in the /// this Asn1Boolean object ///
Результат System

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

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

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

Returns the content of this Asn1Boolean as a boolean.
public booleanValue ( ) : bool
Результат bool

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

Encode the current 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

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

ID публичное статическое свойство

ID is added for Optimization. ID needs only be one Value for every instance, thus we create it only once.
public static Asn1Identifier,Novell.Directory.Ldap.Asn1 ID
Результат Asn1Identifier