C# Class OutlookAddNote.Data.DataMethods

Afficher le fichier Open project: thelukemccarthy/OutlookAddNote Class Usage Examples

Méthodes publiques

Méthode Description
AddNote ( Note note ) : Note
AddNote ( int noteId, string ConversationID, System.DateTime NoteDate, string Notes ) : Note
DeleteNote ( int noteId ) : void
GetNotes ( string ConversationID ) : List

Private Methods

Méthode Description
GetNote ( int noteId ) : Note

Method Details

AddNote() public méthode

public AddNote ( Note note ) : Note
note Note
Résultat Note

AddNote() public méthode

public AddNote ( int noteId, string ConversationID, System.DateTime NoteDate, string Notes ) : Note
noteId int
ConversationID string
NoteDate System.DateTime
Notes string
Résultat Note

DeleteNote() public méthode

public DeleteNote ( int noteId ) : void
noteId int
Résultat void

GetNotes() public méthode

public GetNotes ( string ConversationID ) : List
ConversationID string
Résultat List