FilterSelectorPanelEntry MethodsA Sandcastle Documented Class Library
The FilterSelectorPanelEntry type exposes the following members.
Methods

  NameDescription
Public methodCompareTo
Comparison method that takes into account the current sort setting.
Public methodGetCb
Returns the selection checkbox.
Public methodGetDate
Returns the creation date of this filter or folder.
Public methodGetDescValue
Returns the description value.
Public methodGetEntryId
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.
Public methodGetEntryIsFolder
Returns true if this entry is a folde rand not a filter.
Public methodGetEntryRowData
Returns the original database entry row for this filter/folder. Should check if this is a folder first.
Public methodGetFolderLink
Returns the folder link object.
Public methodGetIcon
Returns the icon.
Public methodGetKey
Generates the key that is used to store this objec tin a dictionary of filters and folders.
Public methodGetName
Gets the name of th is filter or folder.
Public methodGetNameValue
Returns the name value hot the name label.
Public methodGetSort
Returns the current sort.
Public methodSetCb
Sets the selection checkbox.
Public methodSetDate
Sets the creation date.
Public methodSetFolderLink
Sets the folder link object.
Public methodSetIcon
Sets the icon.
Public methodSetName
Sets the name of this filter or folder.
Public methodSetSort
Sets the sort so this entry object knows how to compare itself. Should be driven by the FilterSelectorPanel control.
Back to Top
See Also