C# Class Novell.Directory.Ldap.Events.Edir.DSETimeStamp

The class represents the Timestamp datastructure for Edir events Notification.
Afficher le fichier Open project: EventStore/csharp-ldap

Protected Properties

Свойство Type Description
nEvent int
nSeconds int
replica_number int

Méthodes publiques

Méthode Description
DSETimeStamp ( Asn1Sequence dseObject ) : System.Text
ToString ( ) : string

Returns a string representation of the object.

Method Details

DSETimeStamp() public méthode

public DSETimeStamp ( Asn1Sequence dseObject ) : System.Text
dseObject Novell.Directory.Ldap.Asn1.Asn1Sequence
Résultat System.Text

ToString() public méthode

Returns a string representation of the object.
public ToString ( ) : string
Résultat string

Property Details

nEvent protected_oe property

protected int nEvent
Résultat int

nSeconds protected_oe property

protected int nSeconds
Résultat int

replica_number protected_oe property

protected int replica_number
Résultat int