C# 클래스 UCSF.GlobalHealth.Services.ProjectLoader

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

Private Properties

프로퍼티 타입 설명
AddAppToPerson void
DeleteAppFromAllPersons void
GetJson string

공개 메소드들

메소드 설명
Load ( ) : IList
ProjectLoader ( string url, string applicationName, string url_timeout, string externalid ) : System
Save ( IList projects ) : void

보호된 메소드들

메소드 설명
DeleteProjects ( SqlConnection conn, int applicationId ) : void
GetApplicationId ( SqlConnection conn, string appName ) : int
GetNodeId ( String employeeId ) : long?
PrepareProjects ( IList projects ) : IList>.IDictionary
PrepareStetements ( SqlConnection conn ) : void
Save ( SqlConnection conn, int applicationId, string employeeId, IList projects ) : void
getProjectsPrint ( IList projects ) : string

비공개 메소드들

메소드 설명
AddAppToPerson ( SqlConnection conn, int applicationId, long nodeId ) : void
DeleteAppFromAllPersons ( SqlConnection conn, int applicationId ) : void
GetJson ( Project project ) : string

메소드 상세

DeleteProjects() 보호된 메소드

protected DeleteProjects ( SqlConnection conn, int applicationId ) : void
conn System.Data.SqlClient.SqlConnection
applicationId int
리턴 void

GetApplicationId() 보호된 메소드

protected GetApplicationId ( SqlConnection conn, string appName ) : int
conn System.Data.SqlClient.SqlConnection
appName string
리턴 int

GetNodeId() 보호된 메소드

protected GetNodeId ( String employeeId ) : long?
employeeId String
리턴 long?

Load() 공개 메소드

public Load ( ) : IList
리턴 IList

PrepareProjects() 보호된 메소드

protected PrepareProjects ( IList projects ) : IList>.IDictionary
projects IList
리턴 IList>.IDictionary

PrepareStetements() 보호된 메소드

protected PrepareStetements ( SqlConnection conn ) : void
conn System.Data.SqlClient.SqlConnection
리턴 void

ProjectLoader() 공개 메소드

public ProjectLoader ( string url, string applicationName, string url_timeout, string externalid ) : System
url string
applicationName string
url_timeout string
externalid string
리턴 System

Save() 공개 메소드

public Save ( IList projects ) : void
projects IList
리턴 void

Save() 보호된 메소드

protected Save ( SqlConnection conn, int applicationId, string employeeId, IList projects ) : void
conn System.Data.SqlClient.SqlConnection
applicationId int
employeeId string
projects IList
리턴 void

getProjectsPrint() 보호된 메소드

protected getProjectsPrint ( IList projects ) : string
projects IList
리턴 string