ResourcePackage - класс Члены Смотри также Terrasoft.Common - пространство имен : ResourcePackage - класс C#
Glossary Item Box
[XmlRoot("Resources")] public class ResourcePackage
Тип ResourcePackage предоставляет следующие члены.
Имя | Описание | |
---|---|---|
![]() | ResourcePackage | Перегружен. |
Имя | Описание | |
---|---|---|
![]() | Culture | The culture of the current resource pack. |
![]() | RootGroup | The root resource group of the current resource pack. |
Имя | Описание | |
---|---|---|
![]() ![]() | CreateFromFile | Creates a resource pack from the file located at the end of certain path. |
![]() ![]() | CreateFromStream | Creates a resource pack from the specified stream. |
![]() | DeleteResource | Deletes the resource with the specified name from the current resource pack. |
![]() | FindItemByName | Searches for the resource with the specified name in the current resource pack. |
![]() | GetItemByName | Returns the resource element with the specified name from the current resource pack. |
![]() | GetSchema | Gets the XML-schema of the resource pack view. |
![]() | ReadMetaData | Deserializes the current resource pack using the specified DataReader. |
![]() | ReadXml | Deserializes the resource pack using the specified System.Xml.XmlReader instance. |
![]() | RenameResource | Renames the resource with the specified name in the current resource pack. |
![]() | SaveToFile | Serializes the current resource pack to a file located at the end of certain path. |
![]() | SaveToStream | Serializes the current resource pack using the specified XmlResourceWriter. |
![]() | SetResourceValue | Sets the value for the resource with the specified name in the current resource pack. |
![]() | WriteMetaData | Serializes the resource pack using the specified DataWriter instance. |
![]() | WriteXml | Serializes the resource pack using the specified System.Xml.XmlWriter instance. |
System.Object
Terrasoft.Common.ResourcePackage