C# 클래스 Tangerine.Inotify.QueuedEvent

파일 보기 프로젝트 열기: snorp/tangerine

공개 프로퍼티들

프로퍼티 타입 설명
Analyzed bool
Cookie uint
Dispatched bool
Filename string
HoldUntil System.DateTime
PairedMove QueuedEvent
Type EventType
Wd int

공개 메소드들

메소드 설명
AddMilliseconds ( double x ) : void
PairWith ( QueuedEvent other ) : void
QueuedEvent ( ) : System

메소드 상세

AddMilliseconds() 공개 메소드

public AddMilliseconds ( double x ) : void
x double
리턴 void

PairWith() 공개 메소드

public PairWith ( QueuedEvent other ) : void
other QueuedEvent
리턴 void

QueuedEvent() 공개 메소드

public QueuedEvent ( ) : System
리턴 System

프로퍼티 상세

Analyzed 공개적으로 프로퍼티

public bool Analyzed
리턴 bool

Cookie 공개적으로 프로퍼티

public uint Cookie
리턴 uint

Dispatched 공개적으로 프로퍼티

public bool Dispatched
리턴 bool

Filename 공개적으로 프로퍼티

public string Filename
리턴 string

HoldUntil 공개적으로 프로퍼티

public DateTime,System HoldUntil
리턴 System.DateTime

PairedMove 공개적으로 프로퍼티

public QueuedEvent PairedMove
리턴 QueuedEvent

Type 공개적으로 프로퍼티

public EventType Type
리턴 EventType

Wd 공개적으로 프로퍼티

public int Wd
리턴 int