C# Class CK.Text.Tests.JSONVisitorTests.JSONProperties

Inheritance: JSONVisitor
Show file Open project: Invenietis/ck-core

Public Properties

Property Type Description
Paths List
Properties List

Public Methods

Method Description
JSONProperties ( StringMatcher m ) : NUnit.Framework

Protected Methods

Method Description
VisitObjectProperty ( int startPropertyIndex, string propertyName, int propertyIndex ) : bool

Method Details

JSONProperties() public method

public JSONProperties ( StringMatcher m ) : NUnit.Framework
m StringMatcher
return NUnit.Framework

VisitObjectProperty() protected method

protected VisitObjectProperty ( int startPropertyIndex, string propertyName, int propertyIndex ) : bool
startPropertyIndex int
propertyName string
propertyIndex int
return bool

Property Details

Paths public property

public List Paths
return List

Properties public property

public List Properties
return List