C# Class FdoToolbox.Core.Configuration.FdoBulkCopyTaskDefinition

Mostra file Open project: jumpinjackie/fdotoolbox Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
IsConnectionDefined ( string name ) : bool

Determines whether [is connection defined] [the specified name].

UpdateConnectionReferences ( string oldName, string newName ) : void

Symbolically updates all named references to a connection with the new connection name.

Method Details

IsConnectionDefined() public method

Determines whether [is connection defined] [the specified name].
public IsConnectionDefined ( string name ) : bool
name string The name.
return bool

UpdateConnectionReferences() public method

Symbolically updates all named references to a connection with the new connection name.
public UpdateConnectionReferences ( string oldName, string newName ) : void
oldName string The old name.
newName string The new name.
return void