Свойство | Тип | Описание | |
---|---|---|---|
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 |
convert a list of feature url to the corresponding feature ids
|
|
GetFeatureStrings ( List |
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
|
public static Display ( IFeatureContainer feature ) : string | ||
feature | IFeatureContainer | feature to display |
Результат | string |
public static FeatureFromString ( string featureStr, string prefix ) : int | ||
featureStr | string | the string to recover |
prefix | string | the prefix |
Результат | int |
public static FeatureToString ( int featureId, string prefix ) : string | ||
featureId | int | the feature id |
prefix | string | the prefix |
Результат | string |
public static GetFeatureDisplayName ( Feature feature ) : string | ||
feature | Feature | the feature |
Результат | string |
public static GetFeatureIds ( List |
||
strings | List |
the feature urls |
prefix | string | |
Результат | IEnumerable |
public static GetFeatureStrings ( List |
||
strings | List |
the feature urls |
prefix | string | |
Результат | IEnumerable |
public static GetFieldType ( Feature feature ) : FeatureField | ||
feature | Feature | |
Результат | FeatureField |
public static GetStringId ( Feature feature, string prefix ) : string | ||
feature | Feature | |
prefix | string | |
Результат | string |
public static ParseStringId ( string strId, string prefix ) : string | ||
strId | string | |
prefix | string | |
Результат | string |