ReferenceFacilityオブジェクト
コンポーネント情報 | |
---|---|
version | 8.0.13 |
since | 8.0.3 |
施設の参照情報を保持するクラスです。
var referenceFacility = { categoryKey : CategoryKey, // 施設カテゴリキー categoryName : String, // 施設カテゴリ名 description : String, // 説明 directories : String[], // 施設が登録されている施設カテゴリのパス文字列 directoryPath : String, // 施設が登録されている施設カテゴリのフルパス endDate : DateTime, // 終了日時 imageFilePath : String, // 画像ファイルパス key : FacilityKey, // 施設キー name : String, // 施設名 startDate : DateTime // 開始日時 }
プロパティの概要
型 | プロパティ名 | アクセス権 |
---|---|---|
CategoryKey | categoryKey 施設カテゴリキー |
|
String | categoryName 施設カテゴリ名 |
|
String | description 説明 |
|
String[] | directories 施設が登録されている施設カテゴリのパス文字列 |
|
String | directoryPath 施設が登録されている施設カテゴリのフルパス |
|
DateTime | endDate 終了日時 |
|
String | imageFilePath 画像ファイルパス |
|
FacilityKey | key 施設キー |
|
String | name 施設名 |
|
DateTime | startDate 開始日時 |
プロパティの詳細
CategoryKey categoryKey
施設カテゴリキー
|
String categoryName
施設カテゴリ名
|
String description
説明
|
String[] directories
施設が登録されている施設カテゴリのパス文字列
|
String directoryPath
施設が登録されている施設カテゴリのフルパス
|
DateTime endDate
終了日時
|
String imageFilePath
画像ファイルパス
|
FacilityKey key
施設キー
|
String name
施設名
|
DateTime startDate
開始日時
|