C# 클래스 FdoToolbox.Tasks.Controls.BulkCopy.CopyTaskNodeDecorator

Helper class to perform manipulation of the tree nodes
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CopyTaskNodeDecorator System
GetSourceConnection FdoToolbox.Core.Feature.FdoConnection
GetTargetConnection FdoToolbox.Core.Feature.FdoConnection
InitDescription void

비공개 메소드들

메소드 설명
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