Class LoadObjectsCommandArgs
Arguments of a command which loads items of Object selector's selection list.
public sealed class LoadObjectsCommandArgs
- Inheritance
-
objectLoadObjectsCommandArgs
- Extension Methods
Properties
PageIndex
Zero-based page index.
public int PageIndex { get; set; }
Property Value
- int
SearchTerm
A term the resulting objects should contain.
public string SearchTerm { get; set; }
Property Value
- string