C# Class com.Sconit.Web.BusinessModuleBase

Inheritance: ModuleBase
Datei anzeigen Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
BusinessModuleBase ( ) : System

Protected Methods

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

Method Details

Bind() protected method

protected Bind ( ) : void
return void

BindTransformer() protected abstract method

protected abstract BindTransformer ( ) : void
return void

BindTransformerDetail() protected abstract method

protected abstract BindTransformerDetail ( ) : void
return void

BusinessModuleBase() public method

public BusinessModuleBase ( ) : System
return System

ExecuteCancel() protected method

protected ExecuteCancel ( ) : void
return void

ExecuteSubmit() protected method

protected ExecuteSubmit ( ) : void
return void

GetTransformerDetailList() protected method

protected GetTransformerDetailList ( ) : List
return List

InitialResolver() protected method

protected InitialResolver ( string userCode, string moduleType ) : void
userCode string
moduleType string
return void

ResolveInput() protected method

protected ResolveInput ( string input ) : void
input string
return void

ResolveInput() protected method

protected ResolveInput ( string input, bool bind ) : void
input string
bind bool
return void