Version: 2022.2
言語: 日本語

SearchTableConstructor

マニュアルに切り替える
public SearchTable (string id, string name, IEnumerable<SearchColumn> columnModels);
public SearchTable (string name, IEnumerable<SearchColumn> columnModels);
public SearchTable (Search.SearchTable other, string newName);

パラメーター

id Unique id, usually a GUID.
name Name of the table.
columnModels Set of initial columns.
other Table setup to copy columns from.
newName New name of the table if copied from an initial table configuration.

説明

Creates a new search table configuration.