C# Class FdoToolbox.Tasks.Controls.BulkCopy.CopyTaskNodeDecorator

Helper class to perform manipulation of the tree nodes
Exibir arquivo Open project: jumpinjackie/fdotoolbox Class Usage Examples

Private Properties

Property Type Description
CopyTaskNodeDecorator System
GetSourceConnection FdoToolbox.Core.Feature.FdoConnection
GetTargetConnection FdoToolbox.Core.Feature.FdoConnection
InitDescription void

Private Methods

Method Description
CopyTaskNodeDecorator ( TreeNode root, string srcConnName, string srcSchema, string srcClass, string dstConnName, string dstSchema, string dstClass, string taskName, bool createIfNotExists ) : System
GetSourceConnection ( ) : FdoConnection
GetTargetConnection ( ) : FdoConnection
InitDescription ( string srcConnName, string srcSchema, string srcClass, string dstConnName, string dstSchema, string dstClass, bool createIfNotExists ) : void