DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ResourceFilter

    Represents a filter for resource query operations.

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

    Properties

    Count

    Gets or sets the total count of resources.

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

    Culture

    Gets or sets the culture of the resource.

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

    CultureMode

    Gets or sets the culture mode of the resource.

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

    Id

    Gets or sets the unique identifier.

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

    IsDeletedIncluded

    Gets all the resources, 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 resource.

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

    OrderDataFields

    Gets or sets the data fields used to order the context item.

    Declaration
    public List<ResourceFilter.OrderDataField> OrderDataFields { get; set; }
    Property Value
    Type Description
    List<ResourceFilter.OrderDataField>

    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

    ResourceContext

    Gets or sets the context of the resource.

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

    ResourceGroup

    Gets or sets the group of the resource.

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

    ResourceKey

    Gets or sets the key of the resource.

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

    SearchResourceContext

    Gets or sets the search text for the resource context.

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

    SearchResourceGroup

    Gets or sets the search text for the resource group.

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

    SearchResourceKey

    Gets or sets the search text for the resource key.

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

    SearchText

    Gets or sets the search text to filter the resources.

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

    Status

    Gets or sets the subscriber's status.

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