>var metaclassOfPump = demo.Environment.UBIKDataFactory().MetaClass(new Guid("b81a9d31-03b2-4dbd-91aa-b62c499011f7"));
>//find a content object (e.g. the first one found containing with the name "PU212")>var myFavouritePump = metaclassOfPump.AllChilds().First(p => p.DisplayString.ContainsAllInstances("PU212"));
>//show all interesting propertyvalues