kintoneから返却されたエラー内容をデシリアライズするためのクラス
Inheritance Hierarchy
System.Web.Script.SerializationJavaScriptConverter
kintoneDotNET.APIkintoneErrorConvertor
Namespace: kintoneDotNET.API
Assembly: kintoneDotNET (in kintoneDotNET.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
The kintoneErrorConvertor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
kintoneErrorConvertor | Initializes a new instance of the kintoneErrorConvertor class |
Methods
Name | Description | |
---|---|---|
Deserialize | (Overrides JavaScriptConverterDeserialize(IDictionaryString, Object, Type, JavaScriptSerializer).) | |
Equals | 指定した Object が、現在の Object と等しいかどうかを判断します。 (Inherited from Object.) | |
Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Inherited from Object.) | |
GetHashCode | 特定の型のハッシュ関数として機能します。 (Inherited from Object.) | |
GetType | 現在のインスタンスの Type を取得します。 (Inherited from Object.) | |
MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Inherited from Object.) | |
Serialize | (Overrides JavaScriptConverterSerialize(Object, JavaScriptSerializer).) | |
ToString | 現在の Object を表す String を返します。 (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
SupportedTypes | (Overrides JavaScriptConverterSupportedTypes.) |
Remarks
See Also