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

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

보호된 프로퍼티들

프로퍼티 타입 설명
new_flags int
old_flags int
source_module string
strConnectionDN string

공개 메소드들

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

Returns a string representation of the object.

메소드 상세

ConnectionStateEventData() 공개 메소드

public ConnectionStateEventData ( 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

프로퍼티 상세

new_flags 보호되어 있는 프로퍼티

protected int new_flags
리턴 int

old_flags 보호되어 있는 프로퍼티

protected int old_flags
리턴 int

source_module 보호되어 있는 프로퍼티

protected string source_module
리턴 string

strConnectionDN 보호되어 있는 프로퍼티

protected string strConnectionDN
리턴 string