DataWeb
Search Results for

    Show / Hide Table of Contents

    Class TemplateFilter

    Represents a filter for template query operations.

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

    Properties

    Count

    Gets or sets the total count of templates.

    Declaration
    public int Count { get; set; }
    Property Value
    Type Description
    int

    Id

    Gets or sets the unique identifier.

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

    Ids

    Gets or sets the unique identifiers.

    Declaration
    public List<string> Ids { get; set; }
    Property Value
    Type Description
    List<string>

    IsDeletedIncluded

    Gets all the templates, deleted included.

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

    IsPagination

    Gets or sets a value indicating whether pagination is enabled.

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

    Name

    Gets or sets the name of the template.

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

    PageIndex

    Gets or sets the page index.

    Declaration
    public long PageIndex { get; set; }
    Property Value
    Type Description
    long

    PageSize

    Gets or sets the page size.

    Declaration
    public int PageSize { get; set; }
    Property Value
    Type Description
    int

    SearchText

    Gets or sets the search text to filter the template.

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

    Status

    Gets or sets the subscriber's status.

    Declaration
    public TemplateStatus? Status { get; set; }
    Property Value
    Type Description
    TemplateStatus?

    TemplateContext

    Gets or sets the context of the template.

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

    TemplateGroup

    Gets or sets the group of the template.

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

    Type

    Gets or sets the type of the template.

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