C# 클래스 Machete.Web.Helpers.Lookups

파일 보기 프로젝트 열기: SavageLearning/Machete

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

Initialize() 공개 정적인 메소드

public static Initialize ( ILookupCache lc ) : void
lc ILookupCache
리턴 void

byID() 공개 정적인 메소드

public static byID ( int ID ) : string
ID int
리턴 string

byKeys() 공개 정적인 메소드

public static byKeys ( string category, string key ) : int
category string
key string
리턴 int

configCategories() 공개 정적인 메소드

public static configCategories ( ) : System.Web.Mvc.SelectList
리턴 System.Web.Mvc.SelectList

days() 공개 정적인 메소드

public static days ( ) : System.Web.Mvc.SelectList
리턴 System.Web.Mvc.SelectList

getBool() 공개 정적인 메소드

public static getBool ( bool val ) : string
val bool
리턴 string

getDefaultID() 공개 정적인 메소드

Gets the default ID for the group
public static getDefaultID ( string type ) : int
type string
리턴 int

getDefaultSkillHours() 공개 정적인 메소드

public static getDefaultSkillHours ( ) : int
리턴 int

getDefaultSkillWage() 공개 정적인 메소드

public static getDefaultSkillWage ( ) : double
리턴 double

getEmailTemplates() 공개 정적인 메소드

public static getEmailTemplates ( ) : List
리턴 List

getEmployerSkill() 공개 정적인 메소드

get the List of skills to present to Employer in Employer online interface
public static getEmployerSkill ( ) : List
리턴 List

getOnlineEmployerSkill() 공개 정적인 메소드

get the List of skills to present to Employer in Employer online interface
public static getOnlineEmployerSkill ( ) : List
리턴 List

getSelectList() 공개 정적인 메소드

Get the SelectList for the group
public static getSelectList ( string type ) : System.Web.Mvc.SelectList
type string
리턴 System.Web.Mvc.SelectList

getSkill() 공개 정적인 메소드

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

getTransportationMethodList() 공개 정적인 메소드

Get the SelectList for the group
public static getTransportationMethodList ( ) : System.Web.Mvc.SelectList
리턴 System.Web.Mvc.SelectList

hours() 공개 정적인 메소드

public static hours ( ) : System.Web.Mvc.SelectList
리턴 System.Web.Mvc.SelectList

skillLevels() 공개 정적인 메소드

public static skillLevels ( ) : System.Web.Mvc.SelectList
리턴 System.Web.Mvc.SelectList

yesnoSelectList() 공개 정적인 메소드

public static yesnoSelectList ( CultureInfo CI ) : List
CI System.Globalization.CultureInfo
리턴 List