C# Class Goose.Core.Output.CommandOutput

Datei anzeigen Open project: sebastianhallen/Goose Class Usage Examples

Public Properties

Property Type Description
Results List

Public Methods

Method Description
CommandOutput ( ) : System
CommandOutput ( string name, string message, string excerpt, CommandOutputItemType type ) : System
ToString ( ) : string

Method Details

CommandOutput() public method

public CommandOutput ( ) : System
return System

CommandOutput() public method

public CommandOutput ( string name, string message, string excerpt, CommandOutputItemType type ) : System
name string
message string
excerpt string
type CommandOutputItemType
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Results public_oe property

public List Results
return List