kintoneItemAttribute ClasskintoneDotNETHelp
kintoneへの更新対象項目を示すアトリビュート
Inheritance Hierarchy

SystemObject
  SystemAttribute
    kintoneDotNET.APIkintoneItemAttribute

Namespace: kintoneDotNET.API
Assembly: kintoneDotNET (in kintoneDotNET.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax

public class kintoneItemAttribute : Attribute

The kintoneItemAttribute type exposes the following members.

Constructors

  NameDescription
Public methodkintoneItemAttribute
Initializes a new instance of the kintoneItemAttribute class
Top
Methods

  NameDescription
Public methodEquals
このインスタンスが、指定したオブジェクトに等しいかどうかを示す値を返します。
(Inherited from Attribute.)
Protected methodFinalize
Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodGetHashCode
このインスタンスのハッシュ コードを返します。
(Inherited from Attribute.)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Public methodIsDefaultAttribute
派生クラス内でオーバーライドされたときに、このインスタンスの値が派生クラスの既定値かどうかを示します。
(Inherited from Attribute.)
Public methodMatch
派生クラス内でオーバーライドされたときに、指定したオブジェクトとこのインスタンスが等しいかどうかを示す値を返します。
(Inherited from Attribute.)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodToString
現在の Object を表す String を返します。
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyFieldType
kintone上のタイプを明示的に指定する。 1.Datetime型の場合に、日付時刻(DATETIME)/日付(YMD)/時刻(TIME)で3タイプあるため明示的に指定する 2.Integer型の場合で、リビジョンを指定するフィールドであることを明示
Public propertyInitialValue
値がNothingの場合の初期値(空白文字列も対象となる。String.isNullOrEmptyの場合設定値が適用される) ラジオボタンなど、値の設定が必須となる場合に使用する
Public propertyisKey
重複を禁止するキーである項目に付与
Saveを行う際、データの存在判定に使用される
Public propertyisUpload
更新対象か否かのフラグ。デフォルトTrue
Public propertyTypeId
派生クラスに実装されている場合は、この Attribute の一意の識別子を取得します。
(Inherited from Attribute.)
Top
Remarks

See Also

Reference