C# Class Doe.mXMLHandler.xHandle

Mostrar archivo Open project: ambasta/doe Class Usage Examples

Public Methods

Method Description
checkPlug ( string plugName ) : bool
customEHandle ( object sender, ValidationEventArgs args ) : void
getPlug ( string s ) : string[]
verify ( ) : bool
xHandle ( string docPath, string scPath ) : System.IO

Method Details

checkPlug() public method

public checkPlug ( string plugName ) : bool
plugName string
return bool

customEHandle() public static method

public static customEHandle ( object sender, ValidationEventArgs args ) : void
sender object
args System.Xml.Schema.ValidationEventArgs
return void

getPlug() public method

public getPlug ( string s ) : string[]
s string
return string[]

verify() public method

public verify ( ) : bool
return bool

xHandle() public method

public xHandle ( string docPath, string scPath ) : System.IO
docPath string
scPath string
return System.IO