C# Class EAI.Services.TaskServices

显示文件 Open project: RIATEAM/MYSTIC

Public Methods

Method 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 method

public GetTasks ( ) : List
return List

GetTasks() public method

public GetTasks ( string where ) : List
where string
return List

NewTask() public static method

public static NewTask ( int type, int valore, string codice ) : void
type int
valore int
codice string
return void

UpdateStatusTask() public method

public UpdateStatusTask ( Task obj ) : bool
obj EAI.BE.Model.Task
return bool

UpdateStatusTask() public method

public UpdateStatusTask ( int taskid, int status ) : bool
taskid int
status int
return bool