C# Class nHydrate.Generator.DataImportOptions

Afficher le fichier Open project: nHydrate/nHydrate

Protected Properties

Свойство Type Description
_cacheFolder string
_connectionString string
_database string
_pwd string
_server string
_uid string
_useConnectionString bool
_useWinAuth bool

Méthodes publiques

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

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

Property Details

_cacheFolder protected_oe property

protected string _cacheFolder
Résultat string

_connectionString protected_oe property

protected string _connectionString
Résultat string

_database protected_oe property

protected string _database
Résultat string

_pwd protected_oe property

protected string _pwd
Résultat string

_server protected_oe property

protected string _server
Résultat string

_uid protected_oe property

protected string _uid
Résultat string

_useConnectionString protected_oe property

protected bool _useConnectionString
Résultat bool

_useWinAuth protected_oe property

protected bool _useWinAuth
Résultat bool