Метод | Описание | |
---|---|---|
Filter ( string name = null, NodeTypeDto nodeTypeDto = null, string dashboardId = null ) : FilterReportingListsRequest | ||
GetItemsForUser ( string reportingListId, string userId, bool showAll = null ) : GetUserReportingListRequest | ||
List ( ) : ListReportingListsRequest | ||
ReportingListResource ( IClientService clientService ) : Stratsys.Apis.v1.Apis.StratsysApps.Requests |
public Filter ( string name = null, NodeTypeDto nodeTypeDto = null, string dashboardId = null ) : FilterReportingListsRequest | ||
name | string | |
nodeTypeDto | NodeTypeDto | |
dashboardId | string | |
Результат | FilterReportingListsRequest |
public GetItemsForUser ( string reportingListId, string userId, bool showAll = null ) : GetUserReportingListRequest | ||
reportingListId | string | |
userId | string | |
showAll | bool | |
Результат | GetUserReportingListRequest |
public List ( ) : ListReportingListsRequest | ||
Результат | ListReportingListsRequest |
public ReportingListResource ( IClientService clientService ) : Stratsys.Apis.v1.Apis.StratsysApps.Requests | ||
clientService | IClientService | |
Результат | Stratsys.Apis.v1.Apis.StratsysApps.Requests |