Class SampleModel
Inheritance
System.Object
SampleModel
Assembly: SampleBrowser.Maui.Base.dll
Syntax
public class SampleModel : Object
Constructors
SampleModel()
Declaration
Properties
AssemblyName
Declaration
public Assembly AssemblyName { get; set; }
Property Value
Type |
System.Reflection.Assembly |
CategoryName
Declaration
public string CategoryName { get; set; }
Property Value
CodeViewerPath
Declaration
public string CodeViewerPath { get; set; }
Property Value
ControlName
Declaration
public string ControlName { get; set; }
Property Value
ControlShortName
Declaration
public string ControlShortName { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
IsGettingStarted
Declaration
public bool IsGettingStarted { get; set; }
Property Value
Declaration
public string Platforms { get; set; }
Property Value
SampleName
Declaration
public string SampleName { get; set; }
Property Value
SamplePath
Declaration
public string SamplePath { get; set; }
Property Value
Declaration
public string SearchTags { get; set; }
Property Value
ShowExpandIcon
Declaration
public bool ShowExpandIcon { get; set; }
Property Value
SourceLink
Declaration
public string SourceLink { get; set; }
Property Value
StatusTag
Declaration
public string StatusTag { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
VideoLink
Declaration
public string VideoLink { get; set; }
Property Value
WhatsNew
Declaration
public string WhatsNew { get; set; }
Property Value