LoadFilter
Contents
[
Hide
]LoadFilter class
Represents the filter that provides options for loading data when loading diagram from template.
Constructors
| Name | Description |
|---|---|
| LoadFilter | Constructs one LoadFilter with default filter options LoadDataFilterOptions.All. |
| LoadFilter | Constructs one LoadFilter with given filter options. |
Properties
| Name | Type | Description |
|---|---|---|
| LoadDataFilterOptions | int | The filter options to denote what data should be loaded. The value of the property is LoadDataFilterOptions integer cons |
LoadFilter() (1 of 2)
Constructs one LoadFilter with default filter options LoadDataFilterOptions.All.
LoadFilter(opts) (2 of 2)
Constructs one LoadFilter with given filter options.
| Parameter | Type | Description |
|---|---|---|
| opts | int | A LoadDataFilterOptions value. the default filter options |
LoadFilter.LoadDataFilterOptions property
The filter options to denote what data should be loaded. The value of the property is LoadDataFilterOptions integer constant.
Type: int