C# Class Doe.mXMLHandler.xHandle

Afficher le fichier Open project: ambasta/doe Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public checkPlug ( string plugName ) : bool
plugName string
Résultat bool

customEHandle() public static méthode

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

getPlug() public méthode

public getPlug ( string s ) : string[]
s string
Résultat string[]

verify() public méthode

public verify ( ) : bool
Résultat bool

xHandle() public méthode

public xHandle ( string docPath, string scPath ) : System.IO
docPath string
scPath string
Résultat System.IO