C# Class EAI.Services.TaskServices

Afficher le fichier Open project: RIATEAM/MYSTIC

Méthodes publiques

Méthode Description
GetTasks ( ) : List
GetTasks ( string where ) : List
NewTask ( int type, int valore, string codice ) : void
UpdateStatusTask ( Task obj ) : bool
UpdateStatusTask ( int taskid, int status ) : bool

Method Details

GetTasks() public méthode

public GetTasks ( ) : List
Résultat List

GetTasks() public méthode

public GetTasks ( string where ) : List
where string
Résultat List

NewTask() public static méthode

public static NewTask ( int type, int valore, string codice ) : void
type int
valore int
codice string
Résultat void

UpdateStatusTask() public méthode

public UpdateStatusTask ( Task obj ) : bool
obj EAI.BE.Model.Task
Résultat bool

UpdateStatusTask() public méthode

public UpdateStatusTask ( int taskid, int status ) : bool
taskid int
status int
Résultat bool