Exemplo n.º 1
0
 public DoublePropertyDescription()
 {
     PropertyName = "";
     Value        = new DoublePropertyValue();
     CustomTypeId = "";
 }
Exemplo n.º 2
0
 public DoublePropertyInfo()
 {
     Name     = "";
     Value    = new DoublePropertyValue();
     Metadata = new PropertyMetadata();
 }