internal StructuredVernacular(PropertyTypeVernacular propertyTypeVernacular)
 {
     _propertyTypeVernacular = propertyTypeVernacular;
     _policiesByType         = new Dictionary <Type, object>();
 }
Beispiel #2
0
 internal UnstructuredVernacular(PropertyTypeVernacular propertyTypeVernacular, ISanitizingEnricher enricher)
 {
     _enricher = enricher;
     _propertyTypeVernacular = propertyTypeVernacular;
 }