DataWeb
Search Results for

    Show / Hide Table of Contents

    Class TemplateInfo

    Inheritance
    object
    TemplateInfo
    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 TemplateInfo

    Properties

    Body

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

    Id

    Declaration
    public string Id { 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<TemplateInfo.ListWidgetValue> ListWidgetValues { get; set; }
    Property Value
    Type Description
    List<TemplateInfo.ListWidgetValue>

    Name

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

    Status

    Declaration
    public string Status { 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