Class Index | File Index

Classes


Class _JVS.ResItem

_JVS.ResItem
Defined in: ResItem.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
レスの情報を保持するオブジェクト。 ※プロパティで左辺代入可能となっているものでも、取得元によっては書き換えが禁止の場合あり。
Field Summary
Field Attributes Field Name and Description
 
ResItemが参照するレス情報の実体が存在しているかどうか true 存在しており、アクセス可能 false 削除されており、アクセス不可 Action:○ LateCall:○ Command:○
 
保持しているレスの日付欄の文字列(日付の他にID、BE情報などを含む) Action:○ LateCall:○ Command:○
 
保持しているレスの投稿時刻 Action:○ LateCall:○ Command:○
 
Id
保持しているレスのID文字列 Action:○ LateCall:○ Command:○
 
保持しているレスのメール欄の文字列 Action:○ LateCall:○ Command:○
 
Msg
保持しているレスの本文文字列 Action:○ LateCall:○ Command:○
 
保持しているレスの名前欄の文字列 Action:○ LateCall:○ Command:○
 
保持しているレスのレス番 Action:○ LateCall:○ Command:○
 
保持しているレスが属するスレのタイトル Action:○ LateCall:○ Command:○
 
URL
保持しているレスが属するスレのURL(レス番は付かない) Action:○ LateCall:○ Command:○
Class Detail
_JVS.ResItem()
レスの情報を保持するオブジェクト。 ※プロパティで左辺代入可能となっているものでも、取得元によっては書き換えが禁止の場合あり。
Field Detail
{bool} Connected
ResItemが参照するレス情報の実体が存在しているかどうか true 存在しており、アクセス可能 false 削除されており、アクセス不可 Action:○ LateCall:○ Command:○

{String} Date
保持しているレスの日付欄の文字列(日付の他にID、BE情報などを含む) Action:○ LateCall:○ Command:○

{int} DateValue
保持しているレスの投稿時刻 Action:○ LateCall:○ Command:○

{String} Id
保持しているレスのID文字列 Action:○ LateCall:○ Command:○

{String} Mail
保持しているレスのメール欄の文字列 Action:○ LateCall:○ Command:○

{String} Msg
保持しているレスの本文文字列 Action:○ LateCall:○ Command:○

{String} Name
保持しているレスの名前欄の文字列 Action:○ LateCall:○ Command:○

{int} Number
保持しているレスのレス番 Action:○ LateCall:○ Command:○

{String} Title
保持しているレスが属するスレのタイトル Action:○ LateCall:○ Command:○

{String} URL
保持しているレスが属するスレのURL(レス番は付かない) Action:○ LateCall:○ Command:○

Documentation generated by JsDoc Toolkit 2.3.0 on Wed Sep 16 2009 22:51:55 GMT+0900 (JST)