C# Class Goose.Core.Output.CommandOutputItem

Datei anzeigen Open project: sebastianhallen/Goose

Public Properties

Property Type Description
Excerpt string
FileName string
FullPath string
Line uint
Message string
Type CommandOutputItemType

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Excerpt public_oe property

public string Excerpt
return string

FileName public_oe property

public string FileName
return string

FullPath public_oe property

public string FullPath
return string

Line public_oe property

public uint Line
return uint

Message public_oe property

public string Message
return string

Type public_oe property

public CommandOutputItemType Type
return CommandOutputItemType