C# Class Product_Monograph.helpers.Processes

Show file Open project: hres/pmp

Public Methods

Method 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 method

public static CleanString ( string value ) : string
value string
return string

CreateXMLElement() public static method

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
return void

ValidateAndSave() public static method

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
return void