kintoneへの更新対象項目を示すアトリビュート
Inheritance Hierarchy
SystemAttribute
kintoneDotNET.APIkintoneItemAttribute
Namespace: kintoneDotNET.API
Assembly: kintoneDotNET (in kintoneDotNET.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
The kintoneItemAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
kintoneItemAttribute | Initializes a new instance of the kintoneItemAttribute class |
Methods
Name | Description | |
---|---|---|
Equals | このインスタンスが、指定したオブジェクトに等しいかどうかを示す値を返します。 (Inherited from Attribute.) | |
Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Inherited from Object.) | |
GetHashCode | このインスタンスのハッシュ コードを返します。 (Inherited from Attribute.) | |
GetType | 現在のインスタンスの Type を取得します。 (Inherited from Object.) | |
IsDefaultAttribute | 派生クラス内でオーバーライドされたときに、このインスタンスの値が派生クラスの既定値かどうかを示します。 (Inherited from Attribute.) | |
Match | 派生クラス内でオーバーライドされたときに、指定したオブジェクトとこのインスタンスが等しいかどうかを示す値を返します。 (Inherited from Attribute.) | |
MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Inherited from Object.) | |
ToString | 現在の Object を表す String を返します。 (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
FieldType |
kintone上のタイプを明示的に指定する。
1.Datetime型の場合に、日付時刻(DATETIME)/日付(YMD)/時刻(TIME)で3タイプあるため明示的に指定する
2.Integer型の場合で、リビジョンを指定するフィールドであることを明示
| |
InitialValue |
値がNothingの場合の初期値(空白文字列も対象となる。String.isNullOrEmptyの場合設定値が適用される)
ラジオボタンなど、値の設定が必須となる場合に使用する
| |
isKey |
重複を禁止するキーである項目に付与 Saveを行う際、データの存在判定に使用される | |
isUpload |
更新対象か否かのフラグ。デフォルトTrue
| |
TypeId | 派生クラスに実装されている場合は、この Attribute の一意の識別子を取得します。 (Inherited from Attribute.) |
Remarks
See Also