C# Class Mustachio.InferredTemplateModel

Records elements used in a model, and allowing a simple JSON model to be produced for testing.
Afficher le fichier Open project: wildbit/mustachio Class Usage Examples

Private Properties

Свойство Type Description
GetContextForPath InferredTemplateModel
GetContextForPath InferredTemplateModel
RepresentedContext object

Méthodes publiques

Méthode Description
GetInferredModelForPath ( string path, UsedAs accessType ) : InferredTemplateModel
InferredTemplateModel ( ) : System
ToString ( ) : string

Private Methods

Méthode Description
GetContextForPath ( Queue elements ) : InferredTemplateModel
GetContextForPath ( string path ) : InferredTemplateModel
RepresentedContext ( ) : object

Method Details

GetInferredModelForPath() public méthode

public GetInferredModelForPath ( string path, UsedAs accessType ) : InferredTemplateModel
path string
accessType UsedAs
Résultat InferredTemplateModel

InferredTemplateModel() public méthode

public InferredTemplateModel ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string