saklient.cs  0.0.2.11
Public Member Functions | List of all members
Saklient.Cloud.Models.Model_Iface Class Reference

インタフェースを検索・作成するための機能を備えたクラス。 More...

Inheritance diagram for Saklient.Cloud.Models.Model_Iface:
Saklient.Cloud.Models.Model

Public Member Functions

Model_Iface Offset (long offset)
 次に取得するリストの開始オフセットを指定します。 More...
 
Model_Iface Limit (long count)
 次に取得するリストの上限レコード数を指定します。 More...
 
Model_Iface FilterBy (string key, object value, bool multiple=false)
 Web APIのフィルタリング設定を直接指定します。 More...
 
Model_Iface Reset ()
 次のリクエストのために設定されているステートをすべて破棄します。 More...
 
Iface Create ()
 新規リソース作成用のオブジェクトを用意します。 More...
 
Iface GetById (string id)
 指定したIDを持つ唯一のリソースを取得します。 More...
 
System.Collections.Generic.List< Iface > Find ()
 リソースの検索リクエストを実行し、結果をリストで取得します。 More...
 
- Public Member Functions inherited from Saklient.Cloud.Models.Model
 Model (Client client)
 
Parameters
client
More...
 

Detailed Description

インタフェースを検索・作成するための機能を備えたクラス。

Member Function Documentation

Iface Saklient.Cloud.Models.Model_Iface.Create ( )
inline

新規リソース作成用のオブジェクトを用意します。

返り値のオブジェクトにパラメータを設定し、save() を呼ぶことで実際のリソースが作成されます。

Returns
リソースオブジェクト
Model_Iface Saklient.Cloud.Models.Model_Iface.FilterBy ( string  key,
object  value,
bool  multiple = false 
)
inline

Web APIのフィルタリング設定を直接指定します。

Parameters
keyキー
value
multiplevalueに配列を与え、OR条件で完全一致検索する場合にtrueを指定します。通常、valueはスカラ値であいまい検索されます。
System.Collections.Generic.List<Iface> Saklient.Cloud.Models.Model_Iface.Find ( )
inline

リソースの検索リクエストを実行し、結果をリストで取得します。

Returns
リソースオブジェクトの配列
Iface Saklient.Cloud.Models.Model_Iface.GetById ( string  id)
inline

指定したIDを持つ唯一のリソースを取得します。

Parameters
id
Returns
リソースオブジェクト
Model_Iface Saklient.Cloud.Models.Model_Iface.Limit ( long  count)
inline

次に取得するリストの上限レコード数を指定します。

Parameters
count上限レコード数
Returns
this
Model_Iface Saklient.Cloud.Models.Model_Iface.Offset ( long  offset)
inline

次に取得するリストの開始オフセットを指定します。

Parameters
offsetオフセット
Returns
this
Model_Iface Saklient.Cloud.Models.Model_Iface.Reset ( )
inline

次のリクエストのために設定されているステートをすべて破棄します。

Returns
this

The documentation for this class was generated from the following file: