
Returns a resource item that contains both Value and Comment
Westwind.Globalization.ResourceItem
public class ResourceItem : object, INotifyPropertyChanged
Class Members
Member | Description | |
---|---|---|
![]() |
Constructor |
|
![]() |
PropertyChanged |
|
![]() |
FromDataReader |
initializes the resource item properties from the active data reader item. public void FromDataReader(IDataReader reader) |
![]() |
BinFile |
|
![]() |
Comment |
The optional comment for this resource |
![]() |
FileName |
|
![]() |
LocaleId |
The localeId ("" invariant or "en-US", "de" etc). Note Empty means invariant or default locale. |
![]() |
ResourceId |
The Id of the resource |
![]() |
ResourceSet |
The resource set (file) that this resource belongs to |
![]() |
TextFile |
|
![]() |
Type |
Type of the data if not a string |
![]() |
Updated |
|
![]() |
Value |
The value of this resource |
![]() |
ValueType |
Determines what type of value the Value field represents Mainly used to differentiate between text and Markdown text |
Requirements
Namespace: Westwind.GlobalizationAssembly: westwind.globalization.dll
© West Wind Technologies, 2006 - 2019 • Updated: 01/24/18
Comment or report problem with topic