C# 클래스 Builder.Common.BuildStep

파일 보기 프로젝트 열기: nberardi/hMailServer 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_oBuilder Builder

공개 메소드들

메소드 설명
Run ( ) : void

보호된 메소드들

메소드 설명
ExpandMacros ( string sInput ) : string

메소드 상세

ExpandMacros() 보호된 메소드

protected ExpandMacros ( string sInput ) : string
sInput string
리턴 string

Run() 공개 추상적인 메소드

public abstract Run ( ) : void
리턴 void

프로퍼티 상세

m_oBuilder 보호되어 있는 프로퍼티

protected Builder,Builder.Common m_oBuilder
리턴 Builder