C# 클래스 com.Sconit.Web.BusinessModuleBase

상속: ModuleBase
파일 보기 프로젝트 열기: Novthirteen/yfkey-scms

공개 메소드들

메소드 설명
BusinessModuleBase ( ) : System

보호된 메소드들

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

메소드 상세

Bind() 보호된 메소드

protected Bind ( ) : void
리턴 void

BindTransformer() 보호된 추상적인 메소드

protected abstract BindTransformer ( ) : void
리턴 void

BindTransformerDetail() 보호된 추상적인 메소드

protected abstract BindTransformerDetail ( ) : void
리턴 void

BusinessModuleBase() 공개 메소드

public BusinessModuleBase ( ) : System
리턴 System

ExecuteCancel() 보호된 메소드

protected ExecuteCancel ( ) : void
리턴 void

ExecuteSubmit() 보호된 메소드

protected ExecuteSubmit ( ) : void
리턴 void

GetTransformerDetailList() 보호된 메소드

protected GetTransformerDetailList ( ) : List
리턴 List

InitialResolver() 보호된 메소드

protected InitialResolver ( string userCode, string moduleType ) : void
userCode string
moduleType string
리턴 void

ResolveInput() 보호된 메소드

protected ResolveInput ( string input ) : void
input string
리턴 void

ResolveInput() 보호된 메소드

protected ResolveInput ( string input, bool bind ) : void
input string
bind bool
리턴 void