C# 클래스 NSemble.Core.Tasks.ExecutableTask

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

보호된 프로퍼티들

프로퍼티 타입 설명
DocumentSession IDocumentSession

공개 메소드들

메소드 설명
Execute ( ) : void
Run ( ) : bool?

보호된 메소드들

메소드 설명
Initialize ( IDocumentSession session ) : void
OnError ( Exception e ) : void

메소드 상세

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

public abstract Execute ( ) : void
리턴 void

Initialize() 보호된 메소드

protected Initialize ( IDocumentSession session ) : void
session IDocumentSession
리턴 void

OnError() 보호된 메소드

protected OnError ( Exception e ) : void
e System.Exception
리턴 void

Run() 공개 메소드

public Run ( ) : bool?
리턴 bool?

프로퍼티 상세

DocumentSession 보호되어 있는 프로퍼티

protected IDocumentSession DocumentSession
리턴 IDocumentSession