Property | Type | Description | |
---|---|---|---|
FillCache | void |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
LookupCache ( IDatabaseFactory db ) : System | ||
Refresh ( ) : void | ||
getByID ( int id ) : |
||
getByKeys ( string category, string key ) : int | ||
getCache ( ) : IEnumerable |
||
getSkillsByWorkType ( int worktypeID ) : IEnumerable |
||
getTeachers ( ) : IEnumerable |
||
isSpecialized ( int skillid ) : bool | ||
textByID ( int ID, string locale ) : string |
Get the English or Spanish name for a given lookup number
|
Method | Description | |
---|---|---|
FillCache ( ) : void |
public LookupCache ( IDatabaseFactory db ) : System | ||
db | IDatabaseFactory | |
return | System |
public getByKeys ( string category, string key ) : int | ||
category | string | |
key | string | |
return | int |
public getSkillsByWorkType ( int worktypeID ) : IEnumerable |
||
worktypeID | int | |
return | IEnumerable |
public textByID ( int ID, string locale ) : string | ||
ID | int | ID of the record to look up |
locale | string | Two Letter ISO Language Name |
return | string |