Click or drag to resize

ControllerSetSelector Methods

The ControllerSetSelector type exposes the following members.

Methods
 NameDescription
Public methodMatches Determines if the specified Controller is matched by the selector.
Public methodStatic memberSelectAll Creates an entry with a All selector type.
Public methodStatic memberSelectControllerTemplateType(IControllerTemplate) Creates an entry with a ControllerTemplateType selector type. Necessary properties will be populated from the Controller Template.
Public methodStatic memberSelectControllerTemplateType(ControllerType, Guid) Creates an entry with a ControllerTemplateType selector type.
Public methodStatic memberSelectControllerType Creates an entry with a ControllerType selector type.
Public methodStatic memberSelectHardwareType(Controller) Creates an entry with a HardwareType selector type. Necessary properties will be populated from the Controller.
Public methodStatic memberSelectHardwareType(ControllerType, Guid, String) Creates an entry with a HardwareType selector type.
Public methodStatic memberSelectPersistentControllerInstance(Controller) Creates an entry with a PersistentControllerInstance selector type. Necessary properties will be populated from the Controller.
Public methodStatic memberSelectPersistentControllerInstance(ControllerType, Guid) Creates an entry with a PersistentControllerInstance selector type.
Public methodStatic memberSelectSessionControllerInstance(Controller) Creates an entry with a SessionControllerInstance selector type. Necessary properties will be populated from the Controller.
Public methodStatic memberSelectSessionControllerInstance(ControllerType, Int32) Creates an entry with a SessionControllerInstance selector type.
Public methodToString
(Overrides ObjectToString)
Top
See Also