C# 클래스 Product_Monograph.helpers.Processes

파일 보기 프로젝트 열기: hres/pmp

공개 메소드들

메소드 설명
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

메소드 상세

CleanString() 공개 정적인 메소드

public static CleanString ( string value ) : string
value string
리턴 string

CreateXMLElement() 공개 정적인 메소드

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
리턴 void

ValidateAndSave() 공개 정적인 메소드

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
리턴 void