C# Класс FubuMVC.Swank.Specification.BodyDescriptionFactory

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

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

Метод Описание
BodyDescriptionFactory ( Configuration configuration ) : System
Create ( DataType type ) : List

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

Метод Описание
WalkArray ( List data, DataType type, int level, Action opening = null, Action closing = null ) : void
WalkComplexType ( List data, DataType type, int level, Action opening = null, Action closing = null ) : void
WalkDictionary ( List data, DataType type, int level, Action opening = null, Action closing = null ) : void
WalkGraph ( List data, DataType type, int level, Action opening = null, Action closing = null ) : void
WalkOptions ( DataType type, Action whenOptions = null ) : Enumeration
WalkSimpleType ( List description, DataType type, int level, Action opening ) : void

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

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

public BodyDescriptionFactory ( Configuration configuration ) : System
configuration Configuration
Результат System

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

public Create ( DataType type ) : List
type DataType
Результат List