Beispiel #1
0
 internal VisualPropertyData(int viewPropertyIndex, int visualPropertyIndex, OOConverter objectConverter = null, PPConverter propertyValueConverter = null, VisualPropertyData relatedData = null)
 {
     ViewPropertyIndex      = viewPropertyIndex;
     VisualPropertyIndex    = visualPropertyIndex;
     ObjectConverter        = objectConverter;
     PropertyValueConverter = propertyValueConverter;
     RelatedData            = relatedData;
 }
Beispiel #2
0
 internal SearchResult(Property property, OOConverter objectConverter = null, PPConverter propertyValueConverter = null)
 {
     this.objectConverter        = objectConverter;
     this.propertyValueConverter = propertyValueConverter;
     Property = property;
 }