C# 클래스 Novell.Directory.Ldap.Events.Edir.EventData.GeneralDSEventData

The class represents the data for General DS Events.
상속: BaseEdirEventData
파일 보기 프로젝트 열기: EventStore/csharp-ldap

보호된 프로퍼티들

프로퍼티 타입 설명
current_process int
ds_time int
integer_values int[]
milli_seconds int
nVerb int
strPerpetratorDN string
string_values string[]

공개 메소드들

메소드 설명
GeneralDSEventData ( EdirEventDataType eventDataType, Asn1Object message ) : System.IO
ToString ( ) : string

Returns a string representation of the object.

보호된 메소드들

메소드 설명
getTaggedIntValue ( Asn1Tagged tagvalue, GeneralEventField tagid ) : int
getTaggedSequence ( Asn1Tagged tagvalue, GeneralEventField tagid ) : Asn1Sequence
getTaggedStringValue ( Asn1Tagged tagvalue, GeneralEventField tagid ) : string

메소드 상세

GeneralDSEventData() 공개 메소드

public GeneralDSEventData ( EdirEventDataType eventDataType, Asn1Object message ) : System.IO
eventDataType EdirEventDataType
message Novell.Directory.Ldap.Asn1.Asn1Object
리턴 System.IO

ToString() 공개 메소드

Returns a string representation of the object.
public ToString ( ) : string
리턴 string

getTaggedIntValue() 보호된 메소드

protected getTaggedIntValue ( Asn1Tagged tagvalue, GeneralEventField tagid ) : int
tagvalue Novell.Directory.Ldap.Asn1.Asn1Tagged
tagid GeneralEventField
리턴 int

getTaggedSequence() 보호된 메소드

protected getTaggedSequence ( Asn1Tagged tagvalue, GeneralEventField tagid ) : Asn1Sequence
tagvalue Novell.Directory.Ldap.Asn1.Asn1Tagged
tagid GeneralEventField
리턴 Novell.Directory.Ldap.Asn1.Asn1Sequence

getTaggedStringValue() 보호된 메소드

protected getTaggedStringValue ( Asn1Tagged tagvalue, GeneralEventField tagid ) : string
tagvalue Novell.Directory.Ldap.Asn1.Asn1Tagged
tagid GeneralEventField
리턴 string

프로퍼티 상세

current_process 보호되어 있는 프로퍼티

protected int current_process
리턴 int

ds_time 보호되어 있는 프로퍼티

protected int ds_time
리턴 int

integer_values 보호되어 있는 프로퍼티

protected int[] integer_values
리턴 int[]

milli_seconds 보호되어 있는 프로퍼티

protected int milli_seconds
리턴 int

nVerb 보호되어 있는 프로퍼티

protected int nVerb
리턴 int

strPerpetratorDN 보호되어 있는 프로퍼티

protected string strPerpetratorDN
리턴 string

string_values 보호되어 있는 프로퍼티

protected string[] string_values
리턴 string[]