C# Class NSemble.Core.Tasks.ExecutableTask

Afficher le fichier Open project: synhershko/NSemble Class Usage Examples

Protected Properties

Свойство Type Description
DocumentSession IDocumentSession

Méthodes publiques

Méthode Description
Execute ( ) : void
Run ( ) : bool?

Méthodes protégées

Méthode Description
Initialize ( IDocumentSession session ) : void
OnError ( Exception e ) : void

Method Details

Execute() public abstract méthode

public abstract Execute ( ) : void
Résultat void

Initialize() protected méthode

protected Initialize ( IDocumentSession session ) : void
session IDocumentSession
Résultat void

OnError() protected méthode

protected OnError ( Exception e ) : void
e System.Exception
Résultat void

Run() public méthode

public Run ( ) : bool?
Résultat bool?

Property Details

DocumentSession protected_oe property

protected IDocumentSession DocumentSession
Résultat IDocumentSession