C# Класс Stratsys.Apis.v1.Apis.StratsysApi

Показать файл Открыть проект Примеры использования класса

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

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