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

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

보호된 프로퍼티들

프로퍼티 타입 설명
binData byte[]
nVerb int
strAttribute string
strClassId string
strData string
strEntry string
strPerpetratorDN string
strSyntax string
timeStampObj DSETimeStamp

공개 메소드들

메소드 설명
ToString ( ) : string

Returns a string representation of the object.

ValueEventData ( EdirEventDataType eventDataType, Asn1Object message ) : System.IO

메소드 상세

ToString() 공개 메소드

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

ValueEventData() 공개 메소드

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

프로퍼티 상세

binData 보호되어 있는 프로퍼티

protected byte[] binData
리턴 byte[]

nVerb 보호되어 있는 프로퍼티

protected int nVerb
리턴 int

strAttribute 보호되어 있는 프로퍼티

protected string strAttribute
리턴 string

strClassId 보호되어 있는 프로퍼티

protected string strClassId
리턴 string

strData 보호되어 있는 프로퍼티

protected string strData
리턴 string

strEntry 보호되어 있는 프로퍼티

protected string strEntry
리턴 string

strPerpetratorDN 보호되어 있는 프로퍼티

protected string strPerpetratorDN
리턴 string

strSyntax 보호되어 있는 프로퍼티

protected string strSyntax
리턴 string

timeStampObj 보호되어 있는 프로퍼티

protected DSETimeStamp timeStampObj
리턴 DSETimeStamp