C# 클래스 nHydrate.Generator.DataImportOptions

파일 보기 프로젝트 열기: nHydrate/nHydrate

보호된 프로퍼티들

프로퍼티 타입 설명
_cacheFolder string
_connectionString string
_database string
_pwd string
_server string
_uid string
_useConnectionString bool
_useWinAuth bool

공개 메소드들

메소드 설명
FromXML ( string xml ) : bool
GetConnectionString ( ) : string
LoadXML ( string fileName ) : bool
SaveXML ( string fileName ) : bool
ToXML ( ) : string

비공개 메소드들

메소드 설명
XmlNode ( ) : System.Xml.XmlNode

메소드 상세

FromXML() 공개 메소드

public FromXML ( string xml ) : bool
xml string
리턴 bool

GetConnectionString() 공개 메소드

public GetConnectionString ( ) : string
리턴 string

LoadXML() 공개 메소드

public LoadXML ( string fileName ) : bool
fileName string
리턴 bool

SaveXML() 공개 메소드

public SaveXML ( string fileName ) : bool
fileName string
리턴 bool

ToXML() 공개 메소드

public ToXML ( ) : string
리턴 string

프로퍼티 상세

_cacheFolder 보호되어 있는 프로퍼티

protected string _cacheFolder
리턴 string

_connectionString 보호되어 있는 프로퍼티

protected string _connectionString
리턴 string

_database 보호되어 있는 프로퍼티

protected string _database
리턴 string

_pwd 보호되어 있는 프로퍼티

protected string _pwd
리턴 string

_server 보호되어 있는 프로퍼티

protected string _server
리턴 string

_uid 보호되어 있는 프로퍼티

protected string _uid
리턴 string

_useConnectionString 보호되어 있는 프로퍼티

protected bool _useConnectionString
리턴 bool

_useWinAuth 보호되어 있는 프로퍼티

protected bool _useWinAuth
리턴 bool