AbskintoneModelUpdateHookT Method kintoneDotNETHelp
Update処理実行前に行われる処理
事前に行っておくべき処理(値設定/対象の追加・削除)があればここに実装する

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

public virtual List<T> UpdateHook<T>(
	List<T> objs
)
where T : AbskintoneModel

Parameters

objs
Type: System.Collections.GenericListT
>Update対象オブジェクト

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:kintoneDotNET.API.AbskintoneModel.UpdateHook``1(System.Collections.Generic.List{``0})"]

Return Value

Type: ListT

[Missing <returns> documentation for "M:kintoneDotNET.API.AbskintoneModel.UpdateHook``1(System.Collections.Generic.List{``0})"]

Remarks

See Also

Reference