C# 클래스 Stratsys.Apis.v1.Apis.Path

파일 보기 프로젝트 열기: stratsys/Stratsys.Apis.v1

공개 메소드들

메소드 설명
Build ( ) : string
Department ( string id ) : Path
Id ( string id ) : Path
Node ( string id ) : Path
Parent ( string path ) : Path
Resource ( string name ) : Path
Scorecard ( string id ) : Path
ScorecardColumn ( string id ) : Path

비공개 메소드들

메소드 설명
Path ( string path )

메소드 상세

Build() 공개 메소드

public Build ( ) : string
리턴 string

Department() 공개 메소드

public Department ( string id ) : Path
id string
리턴 Path

Id() 공개 메소드

public Id ( string id ) : Path
id string
리턴 Path

Node() 공개 메소드

public Node ( string id ) : Path
id string
리턴 Path

Parent() 공개 정적인 메소드

public static Parent ( string path ) : Path
path string
리턴 Path

Resource() 공개 메소드

public Resource ( string name ) : Path
name string
리턴 Path

Scorecard() 공개 정적인 메소드

public static Scorecard ( string id ) : Path
id string
리턴 Path

ScorecardColumn() 공개 정적인 메소드

public static ScorecardColumn ( string id ) : Path
id string
리턴 Path