EditFacilityオブジェクト
| コンポーネント情報 | |
|---|---|
| version | 8.0.13 |
| since | 8.0.1 |
施設の編集情報を保持するクラスです。
var editFacility = {
categoryKey : CategoryKey, // 施設カテゴリキー
categoryName : String, // 施設カテゴリ名
defaultName : String, // デフォルトの施設名
description : String, // 説明
endDate : DateTime, // 終了日時
facilityName : LocaleValue[], // 施設名
imageFilePath : String, // 画像ファイルパス
key : FacilityKey, // 施設キー
order : Integer, // 表示順序
selectedLocaleId : String, // 選択ロケールID
startDate : DateTime, // 開始日時
timezoneId : String // タイムゾーンID
}
プロパティの概要
| 型 | プロパティ名 | アクセス権 |
|---|---|---|
| CategoryKey | categoryKey 施設カテゴリキー |
|
| String | categoryName 施設カテゴリ名 |
|
| String | defaultName デフォルトの施設名 |
|
| String | description 説明 |
|
| DateTime | endDate 終了日時 |
|
| LocaleValue[] | facilityName 施設名 |
|
| String | imageFilePath 画像ファイルパス |
|
| FacilityKey | key 施設キー |
|
| Integer | order 表示順序 |
|
| String | selectedLocaleId 選択ロケールID |
|
| DateTime | startDate 開始日時 |
|
| String | timezoneId タイムゾーンID |
プロパティの詳細
|
CategoryKey categoryKey
施設カテゴリキー
|
|
String categoryName
施設カテゴリ名
|
|
String defaultName
デフォルトの施設名
|
|
String description
説明
|
|
DateTime endDate
終了日時
|
|
LocaleValue[] facilityName
施設名
|
|
String imageFilePath
画像ファイルパス
|
|
FacilityKey key
施設キー
|
|
Integer order
表示順序
|
|
String selectedLocaleId
選択ロケールID
|
|
DateTime startDate
開始日時
|
|
String timezoneId
タイムゾーンID
|