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

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

보호된 프로퍼티들

프로퍼티 타입 설명
nFlags int
strConnectionDN string
strDescription string
strName string
strSource string

공개 메소드들

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

Returns a string representation of the object.

메소드 상세

ModuleStateEventData() 공개 메소드

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

strConnectionDN 보호되어 있는 프로퍼티

protected string strConnectionDN
리턴 string

strDescription 보호되어 있는 프로퍼티

protected string strDescription
리턴 string

strName 보호되어 있는 프로퍼티

protected string strName
리턴 string

strSource 보호되어 있는 프로퍼티

protected string strSource
리턴 string