C# 클래스 Mustachio.InferredTemplateModel

Records elements used in a model, and allowing a simple JSON model to be produced for testing.
파일 보기 프로젝트 열기: wildbit/mustachio 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetContextForPath InferredTemplateModel
GetContextForPath InferredTemplateModel
RepresentedContext object

공개 메소드들

메소드 설명
GetInferredModelForPath ( string path, UsedAs accessType ) : InferredTemplateModel
InferredTemplateModel ( ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
GetContextForPath ( Queue elements ) : InferredTemplateModel
GetContextForPath ( string path ) : InferredTemplateModel
RepresentedContext ( ) : object

메소드 상세

GetInferredModelForPath() 공개 메소드

public GetInferredModelForPath ( string path, UsedAs accessType ) : InferredTemplateModel
path string
accessType UsedAs
리턴 InferredTemplateModel

InferredTemplateModel() 공개 메소드

public InferredTemplateModel ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string