C# Class RohBot.Notification

Show file Open project: Rohansi/RohBot

Public Methods

Method Description
Insert ( ) : void
Notification ( ) : System
Notification ( dynamic row ) : System
Remove ( ) : void
Save ( ) : void

Method Details

Insert() public method

public Insert ( ) : void
return void

Notification() public method

public Notification ( ) : System
return System

Notification() public method

public Notification ( dynamic row ) : System
row dynamic
return System

Remove() public method

public Remove ( ) : void
return void

Save() public method

public Save ( ) : void
return void