Class AppTemplateInfo
Inheritance
AppTemplateInfo
Assembly: DataWeb.Core.dll
Syntax
public class AppTemplateInfo
Properties
Body
Declaration
public string Body { get; set; }
Property Value
IdMaster
Declaration
public string IdMaster { get; set; }
Property Value
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
IsSystem
Declaration
public bool IsSystem { get; set; }
Property Value
Declaration
public List<AppTemplateInfo.ListWidgetValue> ListWidgetValues { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
TemplateContext
Declaration
public string TemplateContext { get; set; }
Property Value
TemplateGroup
Declaration
public string TemplateGroup { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Type
Declaration
public string Type { get; set; }
Property Value