AutoGRAPH.NET Service EnumSchemas (EN) — различия между версиями

Материал из TK
Перейти к: навигация, поиск
(Новая страница: «Get allowed schemas list from service. == WCF == Definition: <syntaxhighlight lang="csharp"> RSchema[] EnumSchemas() </syntaxhighlight> Result: <syntaxhighligh…»)
(нет различий)

Версия 22:19, 31 июля 2015

Get allowed schemas list from service.

WCF

Definition:

RSchema[] EnumSchemas()

Result:

public class RSchema
{
   public string Name { get; set; }
}

JSON

Call:

http://localhost:8300/EnumSchemas

Result: download file

[{"Name":"Demo"},{"Name":"DemoLite"},{"Name":"DemoLiteProperties"}]

AutoGRAPHNET Service EnumSchemas.png