C# 클래스 Novell.Directory.Ldap.Events.Edir.DSETimeStamp

The class represents the Timestamp datastructure for Edir events Notification.
파일 보기 프로젝트 열기: EventStore/csharp-ldap

보호된 프로퍼티들

프로퍼티 타입 설명
nEvent int
nSeconds int
replica_number int

공개 메소드들

메소드 설명
DSETimeStamp ( Asn1Sequence dseObject ) : System.Text
ToString ( ) : string

Returns a string representation of the object.

메소드 상세

DSETimeStamp() 공개 메소드

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

ToString() 공개 메소드

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

프로퍼티 상세

nEvent 보호되어 있는 프로퍼티

protected int nEvent
리턴 int

nSeconds 보호되어 있는 프로퍼티

protected int nSeconds
리턴 int

replica_number 보호되어 있는 프로퍼티

protected int replica_number
리턴 int