public PropertyValueResource Visit(FixedPropertyValue fixedPropertyValue)
 {
     return(new FixedPropertyValueResource
     {
         Value = fixedPropertyValue.Value
     });
 }
Beispiel #2
0
 public PropertyValueSurrogate Visit(FixedPropertyValue fixedPropertyValue)
 {
     return(new FixedPropertyValueSurrogate
     {
         Value = fixedPropertyValue.Value
     });
 }