Class Resource
Represents a resource in the localization system.
Inherited Members
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 |