C# Class Jellyfish.Commands.ExecutionResult

Afficher le fichier Open project: Zenasoft/Jellyfish.Commands Class Usage Examples

Méthodes publiques

Свойство Type Description
events List

Méthodes publiques

Méthode Description
AddEvent ( EventType evt ) : void
ExecutionResult ( ) : Jellyfish.Commands.Utils
ExecutionResult ( ExecutionResult copy ) : Jellyfish.Commands.Utils

Private Methods

Méthode Description
EventExists ( EventType evt ) : bool

Method Details

AddEvent() public méthode

public AddEvent ( EventType evt ) : void
evt EventType
Résultat void

ExecutionResult() public méthode

public ExecutionResult ( ) : Jellyfish.Commands.Utils
Résultat Jellyfish.Commands.Utils

ExecutionResult() public méthode

public ExecutionResult ( ExecutionResult copy ) : Jellyfish.Commands.Utils
copy ExecutionResult
Résultat Jellyfish.Commands.Utils

Property Details

events public_oe property

public List events
Résultat List