DisplayEventオブジェクト
コンポーネント情報 | |
---|---|
version | 8.0.6 |
イベントの参照情報を保持するクラスです。
[ 継承クラス ]
このクラスでは、DisplayData を継承しています。
var displayEvent = { attachFiles : DisplayAttachFile[], // 添付ファイル attributes : Map, // 属性情報 description : String, // 説明 directoryPath : String, // 添付ファイルパス endDate : DateTime, // 終了日時 existsAttachFile : Boolean, // 添付ファイル有無 isEditable : Boolean, // 代理編集 isEditable4Participant : Boolean, // 参加者編集 isGoingout : Boolean, // 外出予定 isPrivate : Boolean, // 非公開状態 isPrivateAttachFile : Boolean, // 添付ファイル公開種別 isPrivateDescription : Boolean, // 説明公開種別 isVisitor : Boolean, // 来客予定 joinUser : String, // 参加者の文字列 key : EventKey, // イベントキー overlap : boolean, // 重複しているかどうか participants : UserCodeName[], // 参加者 personalTags : PersonalTagRelation, // 個人タグ place : String, // 場所 privateType : PrivateType, // 公開種別 registerDate : DateTime, // 登録日時 registerDepartmentCd : String, // 登録ユーザ組織コード registerDepartmentName : String, // 登録ユーザ組織名 registerUserCd : String, // 登録ユーザコード registerUserName : String, // 登録ユーザ名 reminder : EventReminder, // リマインダ repeatKey : RepeatKey, // 繰り返しキー selectedLocaleId : String, // 選択ロケールID startDate : DateTime, // 開始日時 timezoneId : String, // タイムゾーンID title : String, // タイトル updateDate : DateTime, // 更新日時 updateDepartmentCd : String, // 更新ユーザ組織コード updateDepartmentName : String, // 更新ユーザ組織名 updateUserCd : String, // 更新ユーザコード updateUserName : String // 更新ユーザ名 }
プロパティの概要
型 | プロパティ名 | アクセス権 |
---|---|---|
DisplayAttachFile[] | attachFiles 添付ファイル |
|
Map | attributes 属性情報 |
|
String | description 説明 |
|
String | directoryPath 添付ファイルパス |
|
DateTime | endDate 終了日時 |
|
Boolean | existsAttachFile 添付ファイル有無 |
|
Boolean | isEditable 代理編集 |
|
Boolean | isEditable4Participant 参加者編集 |
|
Boolean | isGoingout 外出予定 |
|
Boolean | isPrivate 非公開状態 |
|
Boolean | isPrivateAttachFile 添付ファイル公開種別 |
|
Boolean | isPrivateDescription 説明公開種別 |
|
Boolean | isVisitor 来客予定 |
|
String | joinUser 参加者の文字列 |
|
EventKey | key イベントキー |
|
Boolean | overlap 重複しているかどうか |
|
UserCodeName[] | participants 参加者 |
|
PersonalTagRelation | personalTags 個人タグ |
|
String | place 場所 |
|
PrivateType | privateType 公開種別 |
|
DateTime | registerDate 登録日時 |
|
String | registerDepartmentCd 登録ユーザ組織コード |
|
String | registerDepartmentName 登録ユーザ組織名 |
|
String | registerUserCd 登録ユーザコード |
|
String | registerUserName 登録ユーザ名 |
|
EventReminder | reminder リマインダ |
|
RepeatKey | repeatKey 繰り返しキー |
|
String | selectedLocaleId 選択ロケールID |
|
DateTime | startDate 開始日時 |
|
String | timezoneId タイムゾーンID |
|
String | title タイトル |
|
DateTime | updateDate 更新日時 |
|
String | updateDepartmentCd 更新ユーザ組織コード |
|
String | updateDepartmentName 更新ユーザ組織名 |
|
String | updateUserCd 更新ユーザコード |
|
String | updateUserName 更新ユーザ名 |
プロパティの詳細
DisplayAttachFile[] attachFiles
添付ファイル
|
Map attributes
属性情報
|
String description
説明
|
String directoryPath
添付ファイルパス
|
DateTime endDate
終了日時
|
Boolean existsAttachFile
添付ファイル有無
|
Boolean isEditable
代理編集
|
Boolean isEditable4Participant
参加者編集
|
Boolean isGoingout
外出予定
|
Boolean isPrivate
非公開状態
|
Boolean isPrivateAttachFile
添付ファイル公開種別
|
Boolean isPrivateDescription
説明公開種別
|
Boolean isVisitor
来客予定
|
String joinUser
参加者の文字列
|
EventKey key
イベントキー
|
Boolean overlap
重複しているかどうか
|
UserCodeName[] participants
参加者
|
PersonalTagRelation personalTags
個人タグ
|
String place
場所
|
PrivateType privateType
公開種別
|
DateTime registerDate
登録日時
|
String registerDepartmentCd
登録ユーザ組織コード
|
String registerDepartmentName
登録ユーザ組織名
|
String registerUserCd
登録ユーザコード
|
String registerUserName
登録ユーザ名
|
EventReminder reminder
リマインダ
|
RepeatKey repeatKey
繰り返しキー
|
String selectedLocaleId
選択ロケールID
|
DateTime startDate
開始日時
|
String timezoneId
タイムゾーンID
|
String title
タイトル
|
DateTime updateDate
更新日時
|
String updateDepartmentCd
更新ユーザ組織コード
|
String updateDepartmentName
更新ユーザ組織名
|
String updateUserCd
更新ユーザコード
|
String updateUserName
更新ユーザ名
|