C# Класс Novell.Directory.Ldap.Events.Edir.EventData.SecurityEquivalenceEventData

This class represents the data for Security Equivalence Events.
Наследование: BaseEdirEventData
Показать файл Открыть проект

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

Свойство Тип Описание
referral_count int
referral_list System.Collections.ArrayList
retry_count int
strEntryDN string
strValueDN string

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

Метод Описание
SecurityEquivalenceEventData ( EdirEventDataType eventDataType, Asn1Object message ) : System.Collections
ToString ( ) : string

Returns a string representation of the object.

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

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

public SecurityEquivalenceEventData ( EdirEventDataType eventDataType, Asn1Object message ) : System.Collections
eventDataType EdirEventDataType
message Novell.Directory.Ldap.Asn1.Asn1Object
Результат System.Collections

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

Returns a string representation of the object.
public ToString ( ) : string
Результат string

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

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

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

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

protected ArrayList,System.Collections referral_list
Результат System.Collections.ArrayList

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

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

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

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

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

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