C# 클래스 FubuMVC.Swank.Specification.BodyDescriptionFactory

파일 보기 프로젝트 열기: mikeobrien/FubuMVC.Swank 1 사용 예제들

공개 메소드들

메소드 설명
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