Exemplo n.º 1
0
 public virtual PropertyMap.DeleteStatus DeletePropertyDescriptor(DObject field)
 {
     return(DeletePropertyDescriptor(field.ToString()));
 }
Exemplo n.º 2
0
 public virtual PropertyDescriptor AddPropertyDescriptor(DObject field)
 {
     return(AddPropertyDescriptor(field.ToString()));
 }