Version: 2022.3
언어: 한국어

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.