C# Class Tangerine.Inotify.QueuedEvent

Show file 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 property

public bool Analyzed
return bool

Cookie public property

public uint Cookie
return uint

Dispatched public property

public bool Dispatched
return bool

Filename public property

public string Filename
return string

HoldUntil public property

public DateTime,System HoldUntil
return System.DateTime

PairedMove public property

public QueuedEvent PairedMove
return QueuedEvent

Type public property

public EventType Type
return EventType

Wd public property

public int Wd
return int