FilterSelectorPanelEntry MembersA Sandcastle Documented Class Library

The FilterSelectorPanelEntry type exposes the following members.
Constructors

  NameDescription
Public methodFilterSelectorPanelEntry
Generic constructor.
Back to Top
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
Fields

  NameDescription
Private fieldcb
The selection chekc box of the filter or folder.
Private fielddate
The creation date of the filter or folder.
Private fieldfolderLink
The name of the folder shoul dbe a link.
Private fieldicon
Holds the image icon of the filter or folder.
Private fieldname
The name of the filter or folder.
Private fieldsort
Represents the sort mode for this entry, used by the IComparer method.
Back to Top
See Also