Class LoadFilter

LoadFilter class

Represents the filter that provides options for loading data when loading diagram from template.

public class LoadFilter

Constructors

NameDescription
LoadFilter()Constructs one LoadFilter with default filter options LoadDataFilterOptions.All.
LoadFilter(LoadDataFilterOptions)Constructs one LoadFilter with given filter options.

Properties

NameDescription
LoadDataFilterOptions { get; set; }The filter options to denote what data should be loaded.

Remarks

User may specify the filter options or implement their own LoadFilter to specify how to load data.

See Also