CommonMessageMemoオブジェクト
コンポーネント情報 | |
---|---|
version | 8.0.12 |
since | 8.0.1 |
伝言メモの共通項目情報を保持するクラスです。
var commonMessageMemo = { answer : String, // 応対状況 contact : String, // 連絡先 contents : String, // 本文 key : MessageKey, // 伝言メモキー receptionDate : DateTime, // 受付日時 registerDate : DateTime, // 登録日付 selectedLocaleId : String, // 選択ロケールID timezoneId : String, // タイムゾーンID title : String, // タイトル userCd : String // ユーザコード }
プロパティの概要
型 | プロパティ名 | アクセス権 |
---|---|---|
String | answer 応対状況 |
|
String | contact 連絡先 |
|
String | contents 本文 |
|
MessageKey | key 伝言メモキー |
|
DateTime | receptionDate 受付日時 |
|
DateTime | registerDate 登録日付 |
|
String | selectedLocaleId 選択ロケールID |
|
String | timezoneId タイムゾーンID |
|
String | title タイトル |
|
String | userCd ユーザコード |
プロパティの詳細
String answer
応対状況
|
String contact
連絡先
|
String contents
本文
|
MessageKey key
伝言メモキー
|
DateTime receptionDate
受付日時
|
DateTime registerDate
登録日付
|
String selectedLocaleId
選択ロケールID
|
String timezoneId
タイムゾーンID
|
String title
タイトル
|
String userCd
ユーザコード
|