| ISelectorControllerTViewModel Interface | 
Namespace: CMS.Base.Web.UI
 Syntax
Syntaxpublic interface ISelectorController<out TViewModel> where TViewModel : new(), BaseSelectorViewModel
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Get(String, Int32) | 
            Get view model according to ID and objType.
             | 
|  | Get(String, String, Int32, Int32) | 
            Gets list of view models that are containing name.
             | 
 See Also
See Also