C# Class SnooNotesAPI.Signalr.SnooNoteUpdates

Mostra file Open project: CrustyJew/SnooNotes Class Usage Examples

Private Properties

Property Type Description
SnooNoteUpdates System

Public Methods

Method Description
DeleteNote ( Models anote, bool outOfNotes ) : void
RefreshNoteTypes ( IEnumerable SubNames ) : void
SendModAction ( Models action ) : void
SendNewNote ( Models anote ) : void

Private Methods

Method Description
SnooNoteUpdates ( IHubConnectionContext clients ) : System

Method Details

DeleteNote() public method

public DeleteNote ( Models anote, bool outOfNotes ) : void
anote Models
outOfNotes bool
return void

RefreshNoteTypes() public method

public RefreshNoteTypes ( IEnumerable SubNames ) : void
SubNames IEnumerable
return void

SendModAction() public method

public SendModAction ( Models action ) : void
action Models
return void

SendNewNote() public method

public SendNewNote ( Models anote ) : void
anote Models
return void