C# Class Goose.Core.Output.CommandOutputItem

Show file 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 property

public string Excerpt
return string

FileName public property

public string FileName
return string

FullPath public property

public string FullPath
return string

Line public property

public uint Line
return uint

Message public property

public string Message
return string

Type public property

public CommandOutputItemType Type
return CommandOutputItemType