C# 클래스 Onshape.Api.ConsoleApp.Extensions

파일 보기 프로젝트 열기: onshape-public/app-windows-sample

공개 메소드들

메소드 설명
AlignCenter ( this text, int width ) : string
GetOptionValue ( this options, string name ) : string
PadCenter ( this text, int width ) : string
Print ( this plans ) : void
Print ( this documents ) : void
Print ( this purchases ) : void
PrintAsTable ( String>.this map ) : void
PrintAsTable ( this rows, int columnWidthMin, int columnWidthMax, string rowFormat, string headers ) : void
Shorten ( this text, int width ) : string

메소드 상세

AlignCenter() 공개 정적인 메소드

public static AlignCenter ( this text, int width ) : string
text this
width int
리턴 string

GetOptionValue() 공개 정적인 메소드

public static GetOptionValue ( this options, string name ) : string
options this
name string
리턴 string

PadCenter() 공개 정적인 메소드

public static PadCenter ( this text, int width ) : string
text this
width int
리턴 string

Print() 공개 정적인 메소드

public static Print ( this plans ) : void
plans this
리턴 void

Print() 공개 정적인 메소드

public static Print ( this documents ) : void
documents this
리턴 void

Print() 공개 정적인 메소드

public static Print ( this purchases ) : void
purchases this
리턴 void

PrintAsTable() 공개 정적인 메소드

public static PrintAsTable ( String>.this map ) : void
map String>.this
리턴 void

PrintAsTable() 공개 정적인 메소드

public static PrintAsTable ( this rows, int columnWidthMin, int columnWidthMax, string rowFormat, string headers ) : void
rows this
columnWidthMin int
columnWidthMax int
rowFormat string
headers string
리턴 void

Shorten() 공개 정적인 메소드

public static Shorten ( this text, int width ) : string
text this
width int
리턴 string