C# 클래스 EAI.Services.TaskServices

파일 보기 프로젝트 열기: RIATEAM/MYSTIC

공개 메소드들

메소드 설명
GetTasks ( ) : List
GetTasks ( string where ) : List
NewTask ( int type, int valore, string codice ) : void
UpdateStatusTask ( Task obj ) : bool
UpdateStatusTask ( int taskid, int status ) : bool

메소드 상세

GetTasks() 공개 메소드

public GetTasks ( ) : List
리턴 List

GetTasks() 공개 메소드

public GetTasks ( string where ) : List
where string
리턴 List

NewTask() 공개 정적인 메소드

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

UpdateStatusTask() 공개 메소드

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

UpdateStatusTask() 공개 메소드

public UpdateStatusTask ( int taskid, int status ) : bool
taskid int
status int
리턴 bool