C# Класс ServiceClientGenerator.Enumeration

Used to create the enumeration class for a service
Показать файл Открыть проект

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

Метод Описание
Enumeration ( ServiceModel model, string name, JsonData data ) : Json.LitJson

Creates an enumeration that can model parts of the enumeration for the service

Приватные методы

Метод Описание
Customize ( string typeName, string propertyName ) : string

Описание методов

Enumeration() публичный Метод

Creates an enumeration that can model parts of the enumeration for the service
public Enumeration ( ServiceModel model, string name, JsonData data ) : Json.LitJson
model ServiceModel The service model that is using the enumartion
name string The name of the enumeration
data JsonData The json data for the enumartion object
Результат Json.LitJson