Method | Description | |
---|---|---|
BusinessModuleBase ( ) : System |
Method | Description | |
---|---|---|
Bind ( ) : void | ||
BindTransformer ( ) : void | ||
BindTransformerDetail ( ) : void | ||
ExecuteCancel ( ) : void | ||
ExecuteSubmit ( ) : void | ||
GetTransformerDetailList ( ) : List |
||
InitialResolver ( string userCode, string moduleType ) : void | ||
ResolveInput ( string input ) : void | ||
ResolveInput ( string input, bool bind ) : void |
protected abstract BindTransformer ( ) : void | ||
return | void |
protected abstract BindTransformerDetail ( ) : void | ||
return | void |
protected GetTransformerDetailList ( ) : List |
||
return | List |
protected InitialResolver ( string userCode, string moduleType ) : void | ||
userCode | string | |
moduleType | string | |
return | void |
protected ResolveInput ( string input ) : void | ||
input | string | |
return | void |
protected ResolveInput ( string input, bool bind ) : void | ||
input | string | |
bind | bool | |
return | void |