C# Class NSemble.Core.Tasks.ExecutableTask

Exibir arquivo Open project: synhershko/NSemble Class Usage Examples

Protected Properties

Property Type Description
DocumentSession IDocumentSession

Public Methods

Method Description
Execute ( ) : void
Run ( ) : bool?

Protected Methods

Method Description
Initialize ( IDocumentSession session ) : void
OnError ( Exception e ) : void

Method Details

Execute() public abstract method

public abstract Execute ( ) : void
return void

Initialize() protected method

protected Initialize ( IDocumentSession session ) : void
session IDocumentSession
return void

OnError() protected method

protected OnError ( Exception e ) : void
e System.Exception
return void

Run() public method

public Run ( ) : bool?
return bool?

Property Details

DocumentSession protected_oe property

protected IDocumentSession DocumentSession
return IDocumentSession