C# Class Rossbot.Data.Commands

Inheritance: System.Data.Objects.DataClasses.EntityObject
Mostra file Open project: fekberg/Roslyn-IRC-Bot Class Usage Examples

Private Properties

Property Type Description
OnCommandChanged void
OnCommandChanging void
OnIdChanged void
OnIdChanging void
OnPostedChanged void
OnPostedChanging void
OnUsernameChanged void
OnUsernameChanging void

Public Methods

Method Description
CreateCommands ( global id, global username, global command, global posted ) : Commands

Create a new Commands object.

Private Methods

Method Description
OnCommandChanged ( ) : void
OnCommandChanging ( global value ) : void
OnIdChanged ( ) : void
OnIdChanging ( global value ) : void
OnPostedChanged ( ) : void
OnPostedChanging ( global value ) : void
OnUsernameChanged ( ) : void
OnUsernameChanging ( global value ) : void

Method Details

CreateCommands() public static method

Create a new Commands object.
public static CreateCommands ( global id, global username, global command, global posted ) : Commands
id global Initial value of the Id property.
username global Initial value of the Username property.
command global Initial value of the Command property.
posted global Initial value of the Posted property.
return Commands