C# Класс Novell.Directory.Ldap.Events.PSearchEventSource

This is the source class for Ldap events.
Наследование: LdapEventSource
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
mAttrs string[]
mConnection LdapConnection
mEventChangeType LdapEventType
mFilter string
mQueue LdapSearchQueue
mScope int
mSearchBase string
mSearchConstraints LdapSearchConstraints
mTypesOnly bool
search_referral_event SearchReferralEventHandler
search_result_event SearchResultEventHandler

Открытые методы

Метод Описание
PSearchEventSource ( LdapConnection conn, string searchBase, int scope, string filter, string attrs, bool typesOnly, LdapSearchConstraints constraints, LdapEventType eventchangetype, bool changeonly ) : System

Защищенные методы

Метод Описание
GetListeners ( ) : int
NotifyEventListeners ( LdapMessage sourceMessage, EventClassifiers aClassification, int nType ) : bool
StartSearchAndPolling ( ) : void
StopSearchAndPolling ( ) : void

Описание методов

GetListeners() защищенный Метод

protected GetListeners ( ) : int
Результат int

NotifyEventListeners() защищенный Метод

protected NotifyEventListeners ( LdapMessage sourceMessage, EventClassifiers aClassification, int nType ) : bool
sourceMessage LdapMessage
aClassification EventClassifiers
nType int
Результат bool

PSearchEventSource() публичный Метод

public PSearchEventSource ( LdapConnection conn, string searchBase, int scope, string filter, string attrs, bool typesOnly, LdapSearchConstraints constraints, LdapEventType eventchangetype, bool changeonly ) : System
conn LdapConnection
searchBase string
scope int
filter string
attrs string
typesOnly bool
constraints LdapSearchConstraints
eventchangetype LdapEventType
changeonly bool
Результат System

StartSearchAndPolling() защищенный Метод

protected StartSearchAndPolling ( ) : void
Результат void

StopSearchAndPolling() защищенный Метод

protected StopSearchAndPolling ( ) : void
Результат void

Описание свойств

mAttrs защищенное свойство

protected string[] mAttrs
Результат string[]

mConnection защищенное свойство

protected LdapConnection mConnection
Результат LdapConnection

mEventChangeType защищенное свойство

protected LdapEventType mEventChangeType
Результат LdapEventType

mFilter защищенное свойство

protected string mFilter
Результат string

mQueue защищенное свойство

protected LdapSearchQueue mQueue
Результат LdapSearchQueue

mScope защищенное свойство

protected int mScope
Результат int

mSearchBase защищенное свойство

protected string mSearchBase
Результат string

mSearchConstraints защищенное свойство

protected LdapSearchConstraints mSearchConstraints
Результат LdapSearchConstraints

mTypesOnly защищенное свойство

protected bool mTypesOnly
Результат bool

search_referral_event защищенное свойство

protected SearchReferralEventHandler search_referral_event
Результат SearchReferralEventHandler

search_result_event защищенное свойство

protected SearchResultEventHandler search_result_event
Результат SearchResultEventHandler