C# 클래스 Novell.Directory.Ldap.Asn1.Asn1Boolean

상속: Asn1Object
파일 보기 프로젝트 열기: EventStore/csharp-ldap 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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