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# | Copy Code |
---|---|
public class XmlStringResourceSet |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class XmlStringResourceSet |
The type exposes the following methods.
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.) |
See Also
Smartsite.Localization Namespace