DataWeb
Search Results for

    Show / Hide Table of Contents

    Class AppTemplateInfo

    Inheritance
    object
    AppTemplateInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Templating
    Assembly: DataWeb.Core.dll
    Syntax
    public class AppTemplateInfo

    Properties

    Body

    Declaration
    public string Body { get; set; }
    Property Value
    Type Description
    string

    IdMaster

    Declaration
    public string IdMaster { get; set; }
    Property Value
    Type Description
    string

    IsReadOnly

    Declaration
    public bool IsReadOnly { get; set; }
    Property Value
    Type Description
    bool

    IsSystem

    Declaration
    public bool IsSystem { get; set; }
    Property Value
    Type Description
    bool

    ListWidgetValues

    Declaration
    public List<AppTemplateInfo.ListWidgetValue> ListWidgetValues { get; set; }
    Property Value
    Type Description
    List<AppTemplateInfo.ListWidgetValue>

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    TemplateContext

    Declaration
    public string TemplateContext { get; set; }
    Property Value
    Type Description
    string

    TemplateGroup

    Declaration
    public string TemplateGroup { get; set; }
    Property Value
    Type Description
    string

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    string

    Type

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX