![]() |
PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# |
![]() |
---|---|
public class XmlStringResourceSet |
Visual Basic (Declaration) |
![]() |
---|---|
Public Class XmlStringResourceSet |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
![]() |
XmlStringResourceSet |
Constructor.
|
Public Methods
Name | Description | |
---|---|---|
![]() |
ApplicationExists |
Whether the application exists. (Inherited from SourceStringResourceSet.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetAsXDocument |
Returns the information as an XDocument, using the 2.0 format.
|
![]() |
GetAsXmlDocument |
Returns the information as an XmlDocument, using the 2.0 format.
|
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
LoadFromDatabase | Overloaded. |
![]() |
LoadFromFile |
Loads the resources from an XML file.
|
![]() |
LoadFromXmlData |
Loads the resources from XML data supplied as a string.
|
![]() |
SynchronizeToDatabase |
Synchronizes the string resources to the database.
|
![]() |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Clear |
Clears any stored resource strings, preserving the source name. (Inherited from SourceStringResourceSet.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
![]() |
ApplicationCount |
Number of applications in the set. (Inherited from SourceStringResourceSet.) |
![]() |
ApplicationsCodes |
Enumerates the application codes in the set. (Inherited from SourceStringResourceSet.) |
![]() |
Item |
Returns the application specific resource set. (Inherited from SourceStringResourceSet.) |
![]() |
SourceDescription |
Description of the source, for reporting purposes. For example "file abc.xml", "item 123" or "an XML string".
|
See Also
Smartsite.Localization Namespace