C# Класс Onshape.Api.ConsoleApp.Extensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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