C# Class Gwupe.Agent.Components.Notification.Notification

Inheritance: INotifyPropertyChanged
Show file Open project: gwupe/Gwupe Class Usage Examples

Public Properties

Property Type Description
NotifyTime long

Private Properties

Property Type Description
Notification System

Public Methods

Method Description
OnProcessDeleteCommand ( EventArgs e ) : void
ToString ( ) : string

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Method Description
Notification ( ) : System

Method Details

OnProcessDeleteCommand() public method

public OnProcessDeleteCommand ( EventArgs e ) : void
e System.EventArgs
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

NotifyTime public property

public long NotifyTime
return long