C# 클래스 BLL.ActiveImagingTask

파일 보기 프로젝트 열기: cdadmin/clonedeploy 1 사용 예제들

공개 메소드들

메소드 설명
ActiveUnicastCount ( int userId, string taskType ) : string
AddActiveImagingTask ( Models activeImagingTask ) : bool
AllActiveCount ( int userId ) : string
AllActiveCountAdmin ( ) : int
DeleteActiveImagingTask ( int activeImagingTaskId ) : bool
DeleteAll ( ) : void
DeleteForMulticast ( int multicastId ) : void
GetCurrentQueue ( string qType ) : int
GetLastQueuedTask ( string qType ) : Models.ActiveImagingTask
GetMulticastComputers ( int multicastId ) : List
GetNextComputerInQueue ( string qType ) : Models.ActiveImagingTask
GetQueuePosition ( int computerId ) : string
GetTask ( int computerId ) : Models.ActiveImagingTask
IsComputerActive ( int computerId ) : bool
MulticastMemberStatus ( int multicastId ) : List
MulticastProgress ( int multicastId ) : List
ReadAll ( int userId ) : List
ReadUnicasts ( int userId, string taskType ) : List
SendTaskCompletedEmail ( Models task ) : void
SendTaskErrorEmail ( Models task, string error ) : void
UpdateActiveImagingTask ( Models activeImagingTask ) : bool

메소드 상세

ActiveUnicastCount() 공개 정적인 메소드

public static ActiveUnicastCount ( int userId, string taskType ) : string
userId int
taskType string
리턴 string

AddActiveImagingTask() 공개 정적인 메소드

public static AddActiveImagingTask ( Models activeImagingTask ) : bool
activeImagingTask Models
리턴 bool

AllActiveCount() 공개 정적인 메소드

public static AllActiveCount ( int userId ) : string
userId int
리턴 string

AllActiveCountAdmin() 공개 정적인 메소드

public static AllActiveCountAdmin ( ) : int
리턴 int

DeleteActiveImagingTask() 공개 정적인 메소드

public static DeleteActiveImagingTask ( int activeImagingTaskId ) : bool
activeImagingTaskId int
리턴 bool

DeleteAll() 공개 정적인 메소드

public static DeleteAll ( ) : void
리턴 void

DeleteForMulticast() 공개 정적인 메소드

public static DeleteForMulticast ( int multicastId ) : void
multicastId int
리턴 void

GetCurrentQueue() 공개 정적인 메소드

public static GetCurrentQueue ( string qType ) : int
qType string
리턴 int

GetLastQueuedTask() 공개 정적인 메소드

public static GetLastQueuedTask ( string qType ) : Models.ActiveImagingTask
qType string
리턴 Models.ActiveImagingTask

GetMulticastComputers() 공개 정적인 메소드

public static GetMulticastComputers ( int multicastId ) : List
multicastId int
리턴 List

GetNextComputerInQueue() 공개 정적인 메소드

public static GetNextComputerInQueue ( string qType ) : Models.ActiveImagingTask
qType string
리턴 Models.ActiveImagingTask

GetQueuePosition() 공개 정적인 메소드

public static GetQueuePosition ( int computerId ) : string
computerId int
리턴 string

GetTask() 공개 정적인 메소드

public static GetTask ( int computerId ) : Models.ActiveImagingTask
computerId int
리턴 Models.ActiveImagingTask

IsComputerActive() 공개 정적인 메소드

public static IsComputerActive ( int computerId ) : bool
computerId int
리턴 bool

MulticastMemberStatus() 공개 정적인 메소드

public static MulticastMemberStatus ( int multicastId ) : List
multicastId int
리턴 List

MulticastProgress() 공개 정적인 메소드

public static MulticastProgress ( int multicastId ) : List
multicastId int
리턴 List

ReadAll() 공개 정적인 메소드

public static ReadAll ( int userId ) : List
userId int
리턴 List

ReadUnicasts() 공개 정적인 메소드

public static ReadUnicasts ( int userId, string taskType ) : List
userId int
taskType string
리턴 List

SendTaskCompletedEmail() 공개 정적인 메소드

public static SendTaskCompletedEmail ( Models task ) : void
task Models
리턴 void

SendTaskErrorEmail() 공개 정적인 메소드

public static SendTaskErrorEmail ( Models task, string error ) : void
task Models
error string
리턴 void

UpdateActiveImagingTask() 공개 정적인 메소드

public static UpdateActiveImagingTask ( Models activeImagingTask ) : bool
activeImagingTask Models
리턴 bool