C# Class SobekCM.Resource_Object.GenericXml.Mapping.GenericXmlMappingSet

Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Свойство Type Description
build_search_tree void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
build_search_tree ( ) : void

Method Details

Add_Display_Tag_To_Ignore() public méthode

public Add_Display_Tag_To_Ignore ( string Tag ) : void
Tag string
Résultat void

Add_Path() public méthode

public Add_Path ( GenericXmlPath Path ) : GenericXmlMappingPath
Path SobekCM.Resource_Object.GenericXml.Reader.GenericXmlPath
Résultat GenericXmlMappingPath

Contains_Path() public méthode

public Contains_Path ( GenericXmlPath Path ) : bool
Path SobekCM.Resource_Object.GenericXml.Reader.GenericXmlPath
Résultat bool

GenericXmlMappingSet() public méthode

Constructor for a new instance of the GenericXmlMappingSet class
public GenericXmlMappingSet ( ) : System
Résultat System

GenericXmlMappingSet() public méthode

Constructor for a new instance of the GenericXmlMappingSet class
public GenericXmlMappingSet ( string MappingName ) : System
MappingName string The name of this mapping set
Résultat System

Get_Matching_Path_Instructions() public méthode

public Get_Matching_Path_Instructions ( GenericXmlPath Path ) : PathMappingInstructions
Path SobekCM.Resource_Object.GenericXml.Reader.GenericXmlPath
Résultat PathMappingInstructions

Get_Matching_Path_Instructions() public méthode

public Get_Matching_Path_Instructions ( GenericXmlPath Path, string AttributeName ) : PathMappingInstructions
Path SobekCM.Resource_Object.GenericXml.Reader.GenericXmlPath
AttributeName string
Résultat PathMappingInstructions

Read() public static méthode

public static Read ( string MappingSetFile ) : GenericXmlMappingSet
MappingSetFile string
Résultat GenericXmlMappingSet

Save() public méthode

public Save ( string MappingSetFile ) : bool
MappingSetFile string
Résultat bool