Class SearchModel
Inheritance
System.Object
SearchModel
Namespace: SampleBrowser.Maui.Base
Assembly: SampleBrowser.Maui.Base.dll
Syntax
public class SearchModel : Object
Constructors
SearchModel()
Declaration
public SearchModel()
Properties
Control
Declaration
public ControlModel Control { get; set; }
Property Value
Type |
---|
ControlModel |
Sample
Declaration
public SampleModel Sample { get; set; }
Property Value
Type |
---|
SampleModel |