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

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

보호된 프로퍼티들

프로퍼티 타입 설명
nEmuObjFlags int
nSecurity int
nType int
strEntryDN string
strName string

공개 메소드들

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

Returns a string representation of the object.

메소드 상세

BinderyObjectEventData() 공개 메소드

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

프로퍼티 상세

nEmuObjFlags 보호되어 있는 프로퍼티

protected int nEmuObjFlags
리턴 int

nSecurity 보호되어 있는 프로퍼티

protected int nSecurity
리턴 int

nType 보호되어 있는 프로퍼티

protected int nType
리턴 int

strEntryDN 보호되어 있는 프로퍼티

protected string strEntryDN
리턴 string

strName 보호되어 있는 프로퍼티

protected string strName
리턴 string