Changes

UBIK Console

38 bytes removed, 14:06, 30 November 2018
/* Example using Script file to connect to a Database */
>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
681
edits