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

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

보호된 프로퍼티들

프로퍼티 타입 설명
nFlags int
nVerb int
strClassId string
strEntry string
strNewDN string
strPerpetratorDN string
timeStampObj DSETimeStamp

공개 메소드들

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

Returns a string representation of the object.

메소드 상세

EntryEventData() 공개 메소드

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

ToString() 공개 메소드

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

프로퍼티 상세

nFlags 보호되어 있는 프로퍼티

protected int nFlags
리턴 int

nVerb 보호되어 있는 프로퍼티

protected int nVerb
리턴 int

strClassId 보호되어 있는 프로퍼티

protected string strClassId
리턴 string

strEntry 보호되어 있는 프로퍼티

protected string strEntry
리턴 string

strNewDN 보호되어 있는 프로퍼티

protected string strNewDN
리턴 string

strPerpetratorDN 보호되어 있는 프로퍼티

protected string strPerpetratorDN
리턴 string

timeStampObj 보호되어 있는 프로퍼티

protected DSETimeStamp timeStampObj
리턴 DSETimeStamp