C# Класс Machete.Web.Helpers.Lookups

Показать файл Открыть проект

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