[]
Searches for a BaseColumn with the specified ID.
public BaseColumn Search(int id)
Type | Name | Description |
---|---|---|
int | id |
Type | Description |
---|---|
BaseColumn |
Searches for a TaskPropertyColumn with the specified value of Property.
public TaskPropertyColumn Search(TaskProperty property)
Type | Name | Description |
---|---|---|
TaskProperty | property |
Type | Description |
---|---|
TaskPropertyColumn |