C# Class nHydrate.Generator.DataImportOptions

Mostrar archivo Open project: nHydrate/nHydrate

Protected Properties

Property Type Description
_cacheFolder string
_connectionString string
_database string
_pwd string
_server string
_uid string
_useConnectionString bool
_useWinAuth bool

Public Methods

Method Description
FromXML ( string xml ) : bool
GetConnectionString ( ) : string
LoadXML ( string fileName ) : bool
SaveXML ( string fileName ) : bool
ToXML ( ) : string

Private Methods

Method Description
XmlNode ( ) : System.Xml.XmlNode

Method Details

FromXML() public method

public FromXML ( string xml ) : bool
xml string
return bool

GetConnectionString() public method

public GetConnectionString ( ) : string
return string

LoadXML() public method

public LoadXML ( string fileName ) : bool
fileName string
return bool

SaveXML() public method

public SaveXML ( string fileName ) : bool
fileName string
return bool

ToXML() public method

public ToXML ( ) : string
return string

Property Details

_cacheFolder protected_oe property

protected string _cacheFolder
return string

_connectionString protected_oe property

protected string _connectionString
return string

_database protected_oe property

protected string _database
return string

_pwd protected_oe property

protected string _pwd
return string

_server protected_oe property

protected string _server
return string

_uid protected_oe property

protected string _uid
return string

_useConnectionString protected_oe property

protected bool _useConnectionString
return bool

_useWinAuth protected_oe property

protected bool _useWinAuth
return bool