Version: 2023.1

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.