C# Class Goose.Core.Output.CommandOutput

Afficher le fichier Open project: sebastianhallen/Goose Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
CommandOutput ( ) : System
CommandOutput ( string name, string message, string excerpt, CommandOutputItemType type ) : System
ToString ( ) : string

Method Details

CommandOutput() public méthode

public CommandOutput ( ) : System
Résultat System

CommandOutput() public méthode

public CommandOutput ( string name, string message, string excerpt, CommandOutputItemType type ) : System
name string
message string
excerpt string
type CommandOutputItemType
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Results public_oe property

public List Results
Résultat List