C# Class Mustachio.InferredTemplateModel

Records elements used in a model, and allowing a simple JSON model to be produced for testing.
显示文件 Open project: wildbit/mustachio Class Usage Examples

Private Properties

Property Type Description
GetContextForPath InferredTemplateModel
GetContextForPath InferredTemplateModel
RepresentedContext object

Public Methods

Method Description
GetInferredModelForPath ( string path, UsedAs accessType ) : InferredTemplateModel
InferredTemplateModel ( ) : System
ToString ( ) : string

Private Methods

Method Description
GetContextForPath ( Queue elements ) : InferredTemplateModel
GetContextForPath ( string path ) : InferredTemplateModel
RepresentedContext ( ) : object

Method Details

GetInferredModelForPath() public method

public GetInferredModelForPath ( string path, UsedAs accessType ) : InferredTemplateModel
path string
accessType UsedAs
return InferredTemplateModel

InferredTemplateModel() public method

public InferredTemplateModel ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string