C# Class Product_Monograph.helpers.Processes

Afficher le fichier Open project: hres/pmp

Méthodes publiques

Méthode Description
CleanString ( string value ) : string
CreateXMLElement ( XmlDocument doc, XmlNode rootnode, string element, string label, string textboxvalue, bool mandatory ) : void
ValidateAndSave ( XmlDocument doc, XmlNode rootnode, string element, string label, string textboxvalue, bool mandatory ) : void

Method Details

CleanString() public static méthode

public static CleanString ( string value ) : string
value string
Résultat string

CreateXMLElement() public static méthode

public static CreateXMLElement ( XmlDocument doc, XmlNode rootnode, string element, string label, string textboxvalue, bool mandatory ) : void
doc System.Xml.XmlDocument
rootnode System.Xml.XmlNode
element string
label string
textboxvalue string
mandatory bool
Résultat void

ValidateAndSave() public static méthode

public static ValidateAndSave ( XmlDocument doc, XmlNode rootnode, string element, string label, string textboxvalue, bool mandatory ) : void
doc System.Xml.XmlDocument
rootnode System.Xml.XmlNode
element string
label string
textboxvalue string
mandatory bool
Résultat void