AbskintoneModelCreateT Method (ListT)kintoneDotNETHelp
レコードの登録を行う
登録を行った後、登録を行ったレコードをkintone上から取得し返却します

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

public static List<T> Create<T>(
	List<T> objs
)
where T : AbskintoneModel

Parameters

objs
Type: System.Collections.GenericListT
登録対象オブジェクト

Type Parameters

T

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

Return Value

Type: ListT

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

Remarks

See Also

Reference