C# Class nHydrate.DslPackage.Forms.Objects.DataImportOptions

Afficher le fichier Open project: nHydrate/nHydrate

Méthodes publiques

Méthode Description
DataImportOptions ( ) : System
FromXML ( string xml ) : bool
GetConnectionString ( ) : string
LoadXML ( string fileName ) : bool
SaveXML ( string fileName ) : bool
ToXML ( ) : string

Private Methods

Méthode Description
XmlNode ( ) : System.Xml.XmlNode

Method Details

DataImportOptions() public méthode

public DataImportOptions ( ) : System
Résultat System

FromXML() public méthode

public FromXML ( string xml ) : bool
xml string
Résultat bool

GetConnectionString() public méthode

public GetConnectionString ( ) : string
Résultat string

LoadXML() public méthode

public LoadXML ( string fileName ) : bool
fileName string
Résultat bool

SaveXML() public méthode

public SaveXML ( string fileName ) : bool
fileName string
Résultat bool

ToXML() public méthode

public ToXML ( ) : string
Résultat string