C# Class Machete.Web.Helpers.Lookups

Afficher le fichier Open project: SavageLearning/Machete

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Initialize ( ILookupCache lc ) : void
byID ( int ID ) : string
byKeys ( string category, string key ) : int
configCategories ( ) : System.Web.Mvc.SelectList
days ( ) : System.Web.Mvc.SelectList
getBool ( bool val ) : string
getDefaultID ( string type ) : int

Gets the default ID for the group

getDefaultSkillHours ( ) : int
getDefaultSkillWage ( ) : double
getEmailTemplates ( ) : List
getEmployerSkill ( ) : List

get the List of skills to present to Employer in Employer online interface

getOnlineEmployerSkill ( ) : List

get the List of skills to present to Employer in Employer online interface

getSelectList ( string type ) : System.Web.Mvc.SelectList

Get the SelectList for the group

getSkill ( bool specializedOnly ) : List

get the List of skills. used in Worker.cshtml & WorkAssignment.cshtml

getTransportationMethodList ( ) : System.Web.Mvc.SelectList

Get the SelectList for the group

hours ( ) : System.Web.Mvc.SelectList
skillLevels ( ) : System.Web.Mvc.SelectList
yesnoSelectList ( CultureInfo CI ) : List

Method Details

Initialize() public static méthode

public static Initialize ( ILookupCache lc ) : void
lc ILookupCache
Résultat void

byID() public static méthode

public static byID ( int ID ) : string
ID int
Résultat string

byKeys() public static méthode

public static byKeys ( string category, string key ) : int
category string
key string
Résultat int

configCategories() public static méthode

public static configCategories ( ) : System.Web.Mvc.SelectList
Résultat System.Web.Mvc.SelectList

days() public static méthode

public static days ( ) : System.Web.Mvc.SelectList
Résultat System.Web.Mvc.SelectList

getBool() public static méthode

public static getBool ( bool val ) : string
val bool
Résultat string

getDefaultID() public static méthode

Gets the default ID for the group
public static getDefaultID ( string type ) : int
type string
Résultat int

getDefaultSkillHours() public static méthode

public static getDefaultSkillHours ( ) : int
Résultat int

getDefaultSkillWage() public static méthode

public static getDefaultSkillWage ( ) : double
Résultat double

getEmailTemplates() public static méthode

public static getEmailTemplates ( ) : List
Résultat List

getEmployerSkill() public static méthode

get the List of skills to present to Employer in Employer online interface
public static getEmployerSkill ( ) : List
Résultat List

getOnlineEmployerSkill() public static méthode

get the List of skills to present to Employer in Employer online interface
public static getOnlineEmployerSkill ( ) : List
Résultat List

getSelectList() public static méthode

Get the SelectList for the group
public static getSelectList ( string type ) : System.Web.Mvc.SelectList
type string
Résultat System.Web.Mvc.SelectList

getSkill() public static méthode

get the List of skills. used in Worker.cshtml & WorkAssignment.cshtml
public static getSkill ( bool specializedOnly ) : List
specializedOnly bool only return specialized entries
Résultat List

getTransportationMethodList() public static méthode

Get the SelectList for the group
public static getTransportationMethodList ( ) : System.Web.Mvc.SelectList
Résultat System.Web.Mvc.SelectList

hours() public static méthode

public static hours ( ) : System.Web.Mvc.SelectList
Résultat System.Web.Mvc.SelectList

skillLevels() public static méthode

public static skillLevels ( ) : System.Web.Mvc.SelectList
Résultat System.Web.Mvc.SelectList

yesnoSelectList() public static méthode

public static yesnoSelectList ( CultureInfo CI ) : List
CI System.Globalization.CultureInfo
Résultat List