C# Class Tangerine.Inotify.QueuedEvent

ファイルを表示 Open project: snorp/tangerine

Public Properties

Property Type Description
Analyzed bool
Cookie uint
Dispatched bool
Filename string
HoldUntil System.DateTime
PairedMove QueuedEvent
Type EventType
Wd int

Public Methods

Method Description
AddMilliseconds ( double x ) : void
PairWith ( QueuedEvent other ) : void
QueuedEvent ( ) : System

Method Details

AddMilliseconds() public method

public AddMilliseconds ( double x ) : void
x double
return void

PairWith() public method

public PairWith ( QueuedEvent other ) : void
other QueuedEvent
return void

QueuedEvent() public method

public QueuedEvent ( ) : System
return System

Property Details

Analyzed public_oe property

public bool Analyzed
return bool

Cookie public_oe property

public uint Cookie
return uint

Dispatched public_oe property

public bool Dispatched
return bool

Filename public_oe property

public string Filename
return string

HoldUntil public_oe property

public DateTime,System HoldUntil
return System.DateTime

PairedMove public_oe property

public QueuedEvent PairedMove
return QueuedEvent

Type public_oe property

public EventType Type
return EventType

Wd public_oe property

public int Wd
return int