Enum: AppPot.Model.ScopeType
データ参照のスコープを指定します。
Name |
Description |
User |
登録したユーザーのみ |
Group |
登録したユーザーに所属するグループ内で共有 |
All |
全体で共有 |
Enum: AppPot.Model.JoinType
検索クエリのJOIN句の種類を指定します。
Name |
Description |
LeftInner |
LEFT INNER JOIN |
LeftOuter |
LEFT OUTER JOIN |
RightOuter |
RIGTH OUTER JOIN |
Inner |
INNER JOIN |
Enum: AppPot.Model.Order
検索クエリのORDER BY句のソート順を指定します。
Name |
Description |
asc |
昇順 |
desc |
降順 |
Enum: AppPot.Role
ユーザーのロールを指定します。
Name |
Description |
SuperAdmin |
Super Admin |
Admin |
Admin |
Manager |
Manager |
User |
User |
Enum: AppPot.DataType
カラムの型を指定します。
Name |
Description |
Varchar |
文字列型 |
Integer |
整数型 |
Long |
長整数型 |
Bool |
ブーリアン型 |
DateTime |
日付型 |
Double |
浮動小数点数型 |
Struct: AjaxOption
非同期通信のオプションです。
Properties
Name |
Type |
Description |
entryPoint |
String |
エントリーポイント |
timeout |
Number |
タイムアウト時間 |
contentType |
String |
コンテンツのタイプ |