C# Класс SobekCM.Resource_Object.GenericXml.Mapping.GenericXmlMappingSet

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
build_search_tree void

Открытые методы

Метод Описание
Add_Display_Tag_To_Ignore ( string Tag ) : void
Add_Path ( GenericXmlPath Path ) : GenericXmlMappingPath
Contains_Path ( GenericXmlPath Path ) : bool
GenericXmlMappingSet ( ) : System

Constructor for a new instance of the GenericXmlMappingSet class

GenericXmlMappingSet ( string MappingName ) : System

Constructor for a new instance of the GenericXmlMappingSet class

Get_Matching_Path_Instructions ( GenericXmlPath Path ) : PathMappingInstructions
Get_Matching_Path_Instructions ( GenericXmlPath Path, string AttributeName ) : PathMappingInstructions
Read ( string MappingSetFile ) : GenericXmlMappingSet
Save ( string MappingSetFile ) : bool

Приватные методы

Метод Описание
build_search_tree ( ) : void

Описание методов

Add_Display_Tag_To_Ignore() публичный Метод

public Add_Display_Tag_To_Ignore ( string Tag ) : void
Tag string
Результат void

Add_Path() публичный Метод

public Add_Path ( GenericXmlPath Path ) : GenericXmlMappingPath
Path SobekCM.Resource_Object.GenericXml.Reader.GenericXmlPath
Результат GenericXmlMappingPath

Contains_Path() публичный Метод

public Contains_Path ( GenericXmlPath Path ) : bool
Path SobekCM.Resource_Object.GenericXml.Reader.GenericXmlPath
Результат bool

GenericXmlMappingSet() публичный Метод

Constructor for a new instance of the GenericXmlMappingSet class
public GenericXmlMappingSet ( ) : System
Результат System

GenericXmlMappingSet() публичный Метод

Constructor for a new instance of the GenericXmlMappingSet class
public GenericXmlMappingSet ( string MappingName ) : System
MappingName string The name of this mapping set
Результат System

Get_Matching_Path_Instructions() публичный Метод

public Get_Matching_Path_Instructions ( GenericXmlPath Path ) : PathMappingInstructions
Path SobekCM.Resource_Object.GenericXml.Reader.GenericXmlPath
Результат PathMappingInstructions

Get_Matching_Path_Instructions() публичный Метод

public Get_Matching_Path_Instructions ( GenericXmlPath Path, string AttributeName ) : PathMappingInstructions
Path SobekCM.Resource_Object.GenericXml.Reader.GenericXmlPath
AttributeName string
Результат PathMappingInstructions

Read() публичный статический Метод

public static Read ( string MappingSetFile ) : GenericXmlMappingSet
MappingSetFile string
Результат GenericXmlMappingSet

Save() публичный Метод

public Save ( string MappingSetFile ) : bool
MappingSetFile string
Результат bool