kintoneAPISetIndexToModelsT Method kintoneDotNETHelp
受け取ったオブジェクトとキーが一致するレコードをkintoneから検索し、idをセットする

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

public void SetIndexToModels<T>(
	ref List<T> objs
)
where T : AbskintoneModel

Parameters

objs
Type: System.Collections.GenericListT

[Missing <param name="objs"/> documentation for "M:kintoneDotNET.API.kintoneAPI.SetIndexToModels``1(System.Collections.Generic.List{``0}@)"]

Type Parameters

T

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

Remarks

See Also

Reference