C# 클래스 Fractrace.Scheduler.BatchProcess.X3DomExportBatchProcess

상속: BatchProcess
파일 보기 프로젝트 열기: trafassel/Gestaltlupe 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ExportFile string

보호된 프로퍼티들

프로퍼티 타입 설명
_createdFiles List
_currentStep int
_steps int
_type int

공개 메소드들

메소드 설명
Description ( ) : string
OnPictureCreated ( Iterate iter, Fractrace.DataTypes.PictureData pictureData ) : bool

Return true, if after generation a new process should be startet.

OnStart ( ) : void
X3DomExportBatchProcess ( ) : System

보호된 메소드들

메소드 설명
BatchEnds ( ) : void

Is called after last batch step ist called.

PrepareStep ( ) : void
StepEnds ( ) : void

메소드 상세

BatchEnds() 보호된 메소드

Is called after last batch step ist called.
protected BatchEnds ( ) : void
리턴 void

Description() 공개 메소드

public Description ( ) : string
리턴 string

OnPictureCreated() 공개 메소드

Return true, if after generation a new process should be startet.
public OnPictureCreated ( Iterate iter, Fractrace.DataTypes.PictureData pictureData ) : bool
iter Iterate
pictureData Fractrace.DataTypes.PictureData
리턴 bool

OnStart() 공개 메소드

public OnStart ( ) : void
리턴 void

PrepareStep() 보호된 메소드

protected PrepareStep ( ) : void
리턴 void

StepEnds() 보호된 메소드

protected StepEnds ( ) : void
리턴 void

X3DomExportBatchProcess() 공개 메소드

public X3DomExportBatchProcess ( ) : System
리턴 System

프로퍼티 상세

ExportFile 공개적으로 프로퍼티

public string ExportFile
리턴 string

_createdFiles 보호되어 있는 프로퍼티

protected List _createdFiles
리턴 List

_currentStep 보호되어 있는 프로퍼티

Current batch step. (start with 1).
protected int _currentStep
리턴 int

_steps 보호되어 있는 프로퍼티

Number of batch steps
protected int _steps
리턴 int

_type 보호되어 있는 프로퍼티

type == 2: front, backside. type == 3: front, backside, top, bottom,right,left. type == 4: front, backside, top, bottom,right,left,top-left,top-right....
protected int _type
리턴 int