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

The class represents the Timestamp datastructure for Edir events Notification.
Exibir arquivo Open project: EventStore/csharp-ldap

Protected Properties

Property Type Description
nEvent int
nSeconds int
replica_number int

Public Methods

Method Description
DSETimeStamp ( Asn1Sequence dseObject ) : System.Text
ToString ( ) : string

Returns a string representation of the object.

Method Details

DSETimeStamp() public method

public DSETimeStamp ( Asn1Sequence dseObject ) : System.Text
dseObject Novell.Directory.Ldap.Asn1.Asn1Sequence
return System.Text

ToString() public method

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

Property Details

nEvent protected_oe property

protected int nEvent
return int

nSeconds protected_oe property

protected int nSeconds
return int

replica_number protected_oe property

protected int replica_number
return int