C# 클래스 Goose.Core.Output.CommandOutputItem

파일 보기 프로젝트 열기: sebastianhallen/Goose

공개 프로퍼티들

프로퍼티 타입 설명
Excerpt string
FileName string
FullPath string
Line uint
Message string
Type CommandOutputItemType

공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Excerpt 공개적으로 프로퍼티

public string Excerpt
리턴 string

FileName 공개적으로 프로퍼티

public string FileName
리턴 string

FullPath 공개적으로 프로퍼티

public string FullPath
리턴 string

Line 공개적으로 프로퍼티

public uint Line
리턴 uint

Message 공개적으로 프로퍼티

public string Message
리턴 string

Type 공개적으로 프로퍼티

public CommandOutputItemType Type
리턴 CommandOutputItemType