Example #1
0
 public void RemovePropertyDef(PropertyDef pd)
 {
     if (!PropertyDefs.Remove(pd))
     {
         throw new ApplicationException(string.Format("Could not remove PropertyDef: {0}", pd));
     }
 }
Example #2
0
 public void RemovePropertyDef(PropertyDef pd)
 {
     if (!PropertyDefs.Remove(pd))
     {
         throw new ApplicationException($"Could not remove PropertyDef: {pd}");
     }
 }
 public string GetExpressionAsText(PropertyDefs PropertyDefinitions, ObjTypes ObjectTypes)
 {
     throw new NotImplementedException();
 }