C# Class Novell.Directory.Ldap.Events.Edir.EventData.SecurityEquivalenceEventData

This class represents the data for Security Equivalence Events.
Inheritance: BaseEdirEventData
ファイルを表示 Open project: EventStore/csharp-ldap

Protected Properties

Property Type Description
referral_count int
referral_list System.Collections.ArrayList
retry_count int
strEntryDN string
strValueDN string

Public Methods

Method Description
SecurityEquivalenceEventData ( EdirEventDataType eventDataType, Asn1Object message ) : System.Collections
ToString ( ) : string

Returns a string representation of the object.

Method Details

SecurityEquivalenceEventData() public method

public SecurityEquivalenceEventData ( EdirEventDataType eventDataType, Asn1Object message ) : System.Collections
eventDataType EdirEventDataType
message Novell.Directory.Ldap.Asn1.Asn1Object
return System.Collections

ToString() public method

Returns a string representation of the object.
public ToString ( ) : string
return string

Property Details

referral_count protected_oe property

protected int referral_count
return int

referral_list protected_oe property

protected ArrayList,System.Collections referral_list
return System.Collections.ArrayList

retry_count protected_oe property

protected int retry_count
return int

strEntryDN protected_oe property

protected string strEntryDN
return string

strValueDN protected_oe property

protected string strValueDN
return string