C# 클래스 NuCmd.DefaultConsoleFormatter

상속: IConsoleFormatter
파일 보기 프로젝트 열기: NuGet/NuGet.Operations

공개 프로퍼티들

프로퍼티 타입 설명
Instance DefaultConsoleFormatter

공개 메소드들

메소드 설명
Format ( object target ) : string
SelectProperties ( object target ) : IEnumerable

보호된 메소드들

메소드 설명
DefaultConsoleFormatter ( ) : System

비공개 메소드들

메소드 설명
FormatTypeName ( Type type ) : string
GetValue ( object target, PropertyInfo property ) : object
RenderValue ( object value, PropertyInfo sourceProperty, object target ) : string

메소드 상세

DefaultConsoleFormatter() 보호된 메소드

protected DefaultConsoleFormatter ( ) : System
리턴 System

Format() 공개 메소드

public Format ( object target ) : string
target object
리턴 string

SelectProperties() 공개 메소드

public SelectProperties ( object target ) : IEnumerable
target object
리턴 IEnumerable

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static DefaultConsoleFormatter,NuCmd Instance
리턴 DefaultConsoleFormatter