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

Exibir arquivo Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Property Type Description
build_search_tree void

Public Methods

Method 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

Method Description
build_search_tree ( ) : void

Method Details

Add_Display_Tag_To_Ignore() public method

public Add_Display_Tag_To_Ignore ( string Tag ) : void
Tag string
return void

Add_Path() public method

public Add_Path ( GenericXmlPath Path ) : GenericXmlMappingPath
Path SobekCM.Resource_Object.GenericXml.Reader.GenericXmlPath
return GenericXmlMappingPath

Contains_Path() public method

public Contains_Path ( GenericXmlPath Path ) : bool
Path SobekCM.Resource_Object.GenericXml.Reader.GenericXmlPath
return bool

GenericXmlMappingSet() public method

Constructor for a new instance of the GenericXmlMappingSet class
public GenericXmlMappingSet ( ) : System
return System

GenericXmlMappingSet() public method

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

Get_Matching_Path_Instructions() public method

public Get_Matching_Path_Instructions ( GenericXmlPath Path ) : PathMappingInstructions
Path SobekCM.Resource_Object.GenericXml.Reader.GenericXmlPath
return PathMappingInstructions

Get_Matching_Path_Instructions() public method

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

Read() public static method

public static Read ( string MappingSetFile ) : GenericXmlMappingSet
MappingSetFile string
return GenericXmlMappingSet

Save() public method

public Save ( string MappingSetFile ) : bool
MappingSetFile string
return bool