C# 클래스 Worki.Data.Models.FeatureHelper

파일 보기 프로젝트 열기: tah91/eworkyWebSite

공개 프로퍼티들

프로퍼티 타입 설명
AvoidPeriods List
BuisnessLounge List
Characteristics List
Desktop List
MeetingRoom List
Sectors List
SeminarRoom List
Services List
VisioRoom List
Workstation List

공개 메소드들

메소드 설명
Display ( IFeatureContainer feature ) : string

Get displayed value of a feature

FeatureFromString ( string featureStr, string prefix ) : int

get the feature id from the string of query string

FeatureToString ( int featureId, string prefix ) : string

return a string for the feature to put in url query string

GetFeatureDisplayName ( Feature feature ) : string

Get feature display name from resources

GetFeatureIds ( List strings, string prefix ) : IEnumerable

convert a list of feature url to the corresponding feature ids

GetFeatureStrings ( List strings, string prefix ) : IEnumerable

convert a list of feature url to the corresponding feature

GetFieldType ( Feature feature ) : FeatureField
GetStringId ( Feature feature, string prefix ) : string

Get an unique id for form purpose

ParseStringId ( string strId, string prefix ) : string

Get corresponding Feature from stringId

메소드 상세

Display() 공개 정적인 메소드

Get displayed value of a feature
public static Display ( IFeatureContainer feature ) : string
feature IFeatureContainer feature to display
리턴 string

FeatureFromString() 공개 정적인 메소드

get the feature id from the string of query string
public static FeatureFromString ( string featureStr, string prefix ) : int
featureStr string the string to recover
prefix string the prefix
리턴 int

FeatureToString() 공개 정적인 메소드

return a string for the feature to put in url query string
public static FeatureToString ( int featureId, string prefix ) : string
featureId int the feature id
prefix string the prefix
리턴 string

GetFeatureDisplayName() 공개 정적인 메소드

Get feature display name from resources
public static GetFeatureDisplayName ( Feature feature ) : string
feature Feature the feature
리턴 string

GetFeatureIds() 공개 정적인 메소드

convert a list of feature url to the corresponding feature ids
public static GetFeatureIds ( List strings, string prefix ) : IEnumerable
strings List the feature urls
prefix string
리턴 IEnumerable

GetFeatureStrings() 공개 정적인 메소드

convert a list of feature url to the corresponding feature
public static GetFeatureStrings ( List strings, string prefix ) : IEnumerable
strings List the feature urls
prefix string
리턴 IEnumerable

GetFieldType() 공개 정적인 메소드

public static GetFieldType ( Feature feature ) : FeatureField
feature Feature
리턴 FeatureField

GetStringId() 공개 정적인 메소드

Get an unique id for form purpose
public static GetStringId ( Feature feature, string prefix ) : string
feature Feature
prefix string
리턴 string

ParseStringId() 공개 정적인 메소드

Get corresponding Feature from stringId
public static ParseStringId ( string strId, string prefix ) : string
strId string
prefix string
리턴 string

프로퍼티 상세

AvoidPeriods 공개적으로 정적으로 프로퍼티

public static List AvoidPeriods
리턴 List

BuisnessLounge 공개적으로 정적으로 프로퍼티

public static List BuisnessLounge
리턴 List

Characteristics 공개적으로 정적으로 프로퍼티

public static List Characteristics
리턴 List

Desktop 공개적으로 정적으로 프로퍼티

public static List Desktop
리턴 List

MeetingRoom 공개적으로 정적으로 프로퍼티

public static List MeetingRoom
리턴 List

Sectors 공개적으로 정적으로 프로퍼티

public static List Sectors
리턴 List

SeminarRoom 공개적으로 정적으로 프로퍼티

public static List SeminarRoom
리턴 List

Services 공개적으로 정적으로 프로퍼티

public static List Services
리턴 List

VisioRoom 공개적으로 정적으로 프로퍼티

public static List VisioRoom
리턴 List

Workstation 공개적으로 정적으로 프로퍼티

public static List Workstation
리턴 List