DataWeb
Search Results for

    Show / Hide Table of Contents

    Class Resource

    Represents a resource in the localization system.

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

    Properties

    CultureItems

    Gets or sets the localized values Resource.CultureItem of the resource.

    Declaration
    public List<Resource.CultureItem> CultureItems { get; set; }
    Property Value
    Type Description
    List<Resource.CultureItem>

    Id

    Gets or sets the unique identifier.

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

    IsSystem

    Gets or sets a value indicating whether the resource is a system resource.

    Declaration
    public bool IsSystem { 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

    Notes

    Gets or sets the notes about the resource.

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

    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

    Status

    The status of the template.

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

    Extension Methods

    ResourceMapperExtension.ToReferenceResource(Resource, List<string>)
    In this article
    Back to top Generated by DocFX