C# Class BExIS.Xml.Models.Mapping.XmlMappingHeader

Afficher le fichier Open project: BEXIS2/Core Class Usage Examples

Méthodes publiques

Méthode Description
AddToAttributes ( XmlNode xmlNode ) : void
AddToAttributes ( string name, string value ) : void
AddToDestination ( string xpath, string prefix = "", string parentSequence = "" ) : void
AddToPackages ( XmlNode xmlNode ) : void
AddToPackages ( string abbr, string url ) : void
AddToSchemas ( XmlNode xmlNode ) : void
AddToSchemas ( string abbr, string url ) : void
XmlMappingHeader ( ) : System

Method Details

AddToAttributes() public méthode

public AddToAttributes ( XmlNode xmlNode ) : void
xmlNode System.Xml.XmlNode
Résultat void

AddToAttributes() public méthode

public AddToAttributes ( string name, string value ) : void
name string
value string
Résultat void

AddToDestination() public méthode

public AddToDestination ( string xpath, string prefix = "", string parentSequence = "" ) : void
xpath string
prefix string
parentSequence string
Résultat void

AddToPackages() public méthode

public AddToPackages ( XmlNode xmlNode ) : void
xmlNode System.Xml.XmlNode
Résultat void

AddToPackages() public méthode

public AddToPackages ( string abbr, string url ) : void
abbr string
url string
Résultat void

AddToSchemas() public méthode

public AddToSchemas ( XmlNode xmlNode ) : void
xmlNode System.Xml.XmlNode
Résultat void

AddToSchemas() public méthode

public AddToSchemas ( string abbr, string url ) : void
abbr string
url string
Résultat void

XmlMappingHeader() public méthode

public XmlMappingHeader ( ) : System
Résultat System