메소드 | 설명 | |
---|---|---|
AddJob ( ISqlClient client ) : void | ||
AddJobToRoleAndFrequency ( string role, int frequency, string jobName ) : void | ||
AddNewHost ( string hostname ) : void | ||
AddNewRole ( string roleName ) : void | ||
AddRoleFrequency ( int frequency, string roleName ) : void | ||
AddRoleToHost ( string hostname, string roleName ) : void | ||
Controller ( ) : System | ||
DeleteFrequency ( int frequency, string roleName ) : void | ||
DeleteHost ( string hostname ) : void | ||
DeleteJobFromRole ( string jobName, int frequency, string roleName ) : void | ||
DeleteRole ( string roleName ) : void | ||
DeleteRoleFromHost ( string hostname, string roleName ) : void | ||
GetClientTypes ( ) : ListOfUniqueType |
||
GetHosts ( ) : List |
||
GetJobs ( ) : List |
||
GetJobsInRole ( string name ) : void | ||
GetRoles ( ) : List |
||
GetTasksFrequencyInRole ( string name ) : List |
||
GetTasksWithFrequencyInRole ( int selectedFrequency, string name ) : List |
||
GetTypedJob ( string name ) : ISqlClient | ||
GetWorkItems ( ) : List |
||
Initialise ( string path ) : void | ||
LoadConfig ( string path ) : void | ||
Save ( string fileName ) : void |
메소드 | 설명 | |
---|---|---|
GetRoleTaskSet ( string name ) : IEnumerable |
public AddJobToRoleAndFrequency ( string role, int frequency, string jobName ) : void | ||
role | string | |
frequency | int | |
jobName | string | |
리턴 | void |
public AddRoleFrequency ( int frequency, string roleName ) : void | ||
frequency | int | |
roleName | string | |
리턴 | void |
public AddRoleToHost ( string hostname, string roleName ) : void | ||
hostname | string | |
roleName | string | |
리턴 | void |
public DeleteFrequency ( int frequency, string roleName ) : void | ||
frequency | int | |
roleName | string | |
리턴 | void |
public DeleteJobFromRole ( string jobName, int frequency, string roleName ) : void | ||
jobName | string | |
frequency | int | |
roleName | string | |
리턴 | void |
public DeleteRoleFromHost ( string hostname, string roleName ) : void | ||
hostname | string | |
roleName | string | |
리턴 | void |
public GetTasksFrequencyInRole ( string name ) : List |
||
name | string | |
리턴 | List |
public GetTasksWithFrequencyInRole ( int selectedFrequency, string name ) : List |
||
selectedFrequency | int | |
name | string | |
리턴 | List |