The FilterSelectorPanelEntry type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| FilterSelectorPanelEntry |
Generic constructor.
|
Methods
| Name | Description | |
|---|---|---|
| CompareTo |
Comparison method that takes into account the current sort setting.
| |
| GetCb |
Returns the selection checkbox.
| |
| GetDate |
Returns the creation date of this filter or folder.
| |
| GetDescValue |
Returns the description value.
| |
| GetEntryId |
Gets the entry's database id. May reflect the FILTER table of the FILTER_FOLDERS table.
Should check to see if this is a folder first.
| |
| GetEntryIsFolder |
Returns true if this entry is a folde rand not a filter.
| |
| GetEntryRowData |
Returns the original database entry row for this filter/folder.
Should check if this is a folder first.
| |
| GetFolderLink |
Returns the folder link object.
| |
| GetIcon |
Returns the icon.
| |
| GetKey |
Generates the key that is used to store this objec tin a dictionary of filters and folders.
| |
| GetName |
Gets the name of th is filter or folder.
| |
| GetNameValue |
Returns the name value hot the name label.
| |
| GetSort |
Returns the current sort.
| |
| SetCb |
Sets the selection checkbox.
| |
| SetDate |
Sets the creation date.
| |
| SetFolderLink |
Sets the folder link object.
| |
| SetIcon |
Sets the icon.
| |
| SetName |
Sets the name of this filter or folder.
| |
| SetSort |
Sets the sort so this entry object knows how to compare itself.
Should be driven by the FilterSelectorPanel control.
|
Fields
| Name | Description | |
|---|---|---|
| cb |
The selection chekc box of the filter or folder.
| |
| date |
The creation date of the filter or folder.
| |
| folderLink |
The name of the folder shoul dbe a link.
| |
| icon |
Holds the image icon of the filter or folder.
| |
| name |
The name of the filter or folder.
| |
| sort |
Represents the sort mode for this entry, used by the IComparer method.
|
See Also