BaseResource - класс Члены Смотри также Terrasoft.Common - пространство имен : BaseResource - класс C#
Glossary Item Box
public abstract class BaseResource
Тип BaseResource предоставляет следующие члены.
Имя | Описание | |
---|---|---|
ActualFilePath | The current path to the resource file. If the path to the resource file has not been defined, then the path to the file of the parent resource group is returned. | |
ActualItemType | The current type of resource. If the type was not determined for the current resource, the type of the parent resource group is returned. | |
ActualName | The actual resource name in the following format: [Parent Group Name_1].<...>.[Parent Group Name_N].[Resource Name] | |
FilePath | The path to the resource file. | |
ItemType | The type of resource. | |
Name | The name of resource. | |
ParentGroup | The parent resource group. |
Имя | Описание | |
---|---|---|
GetSchema | Gets the XML-schema of the resource. | |
ReadMetaData | Abstract method for deserialization of resources using the specified DataReader instance. | |
ReadXml | Abstract method for deserialization of resources using the specified System.Xml.XmlReader instance. | |
WriteMetaData | Abstract method for serialization of resources using the specified DataWriter instance. | |
WriteXml | Abstract method for serialization of resources using the specified System.Xml.XmlWriter instance. |
System.Object
Terrasoft.Common.BaseResource
Terrasoft.Common.ResourceGroup
Terrasoft.Common.ResourceItem