Class TemplateInfo
Assembly: DataWeb.Core.dll
Syntax
public class TemplateInfo
Properties
Body
Declaration
public string Body { get; set; }
Property Value
Id
Declaration
public string Id { 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<TemplateInfo.ListWidgetValue> ListWidgetValues { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Status
Declaration
public string Status { 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