C# 클래스 Glass.Mapper.Pipelines.ObjectConstruction.Tasks.DepthCheck.ModelDepthCheck.DepthCheck

상속: IDisposable
파일 보기 프로젝트 열기: mikeedwards83/Glass.Mapper

공개 메소드들

메소드 설명
DepthCheck ( Type type ) : System
DepthCheck ( int maxDepth, Type type ) : System
Dispose ( ) : void

메소드 상세

DepthCheck() 공개 메소드

public DepthCheck ( Type type ) : System
type System.Type
리턴 System

DepthCheck() 공개 메소드

public DepthCheck ( int maxDepth, Type type ) : System
maxDepth int
type System.Type
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void