FacilityListItemオブジェクト
コンポーネント情報 | |
---|---|
version | 8.0.13 |
since | 8.0.1 |
施設の一覧情報を保持するクラスです。
var facilityListItem = { categoryKey : CategoryKey, // 施設カテゴリキー key : FacilityKey, // 施設キー name : String, // 施設名 selectedLocaleId : String, // 選択ロケールID updateDate : DateTime, // 更新日時 updateUserCd : String, // 更新ユーザコード updateUserName : String // 更新ユーザ名 }
プロパティの概要
型 | プロパティ名 | アクセス権 |
---|---|---|
CategoryKey | categoryKey 施設カテゴリキー |
|
FacilityKey | key 施設キー |
|
String | name 施設名 |
|
String | selectedLocaleId 選択ロケールID |
|
DateTime | updateDate 更新日時 |
|
String | updateUserCd 更新ユーザコード |
|
String | updateUserName 更新ユーザ名 |
プロパティの詳細
CategoryKey categoryKey
施設カテゴリキー
|
FacilityKey key
施設キー
|
String name
施設名
|
String selectedLocaleId
選択ロケールID
|
DateTime updateDate
更新日時
|
String updateUserCd
更新ユーザコード
|
String updateUserName
更新ユーザ名
|