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

파일 보기 프로젝트 열기: stratsys/Stratsys.Apis.v1 1 사용 예제들

공개 메소드들

메소드 설명
Node ( string scorecardId, string departmentId, string nodeId ) : ScorecardsDepartmentsNodesPath
Scorecard ( string id ) : ScorecardsPath
ScorecardColumn ( string id ) : ScorecardColumnPath
SetAuthentication ( StratsysAuthentication authentication ) : void
StratsysApi ( StratsysAuthentication authentication ) : System

비공개 메소드들

메소드 설명
StratsysApi ( string clientId, string clientSecret ) : System

메소드 상세

Node() 공개 메소드

public Node ( string scorecardId, string departmentId, string nodeId ) : ScorecardsDepartmentsNodesPath
scorecardId string
departmentId string
nodeId string
리턴 Stratsys.Apis.v1.Apis.Scorecards.ScorecardsDepartmentsNodesPath

Scorecard() 공개 메소드

public Scorecard ( string id ) : ScorecardsPath
id string
리턴 Stratsys.Apis.v1.Apis.Scorecards.ScorecardsPath

ScorecardColumn() 공개 메소드

public ScorecardColumn ( string id ) : ScorecardColumnPath
id string
리턴 Stratsys.Apis.v1.Apis.Scorecards.ScorecardColumnPath

SetAuthentication() 공개 메소드

public SetAuthentication ( StratsysAuthentication authentication ) : void
authentication StratsysAuthentication
리턴 void

StratsysApi() 공개 메소드

public StratsysApi ( StratsysAuthentication authentication ) : System
authentication StratsysAuthentication
리턴 System