Esempio n. 1
0
 protected PlainprgPerf CreatePlainerType(PlainprgPerf cloned)
 {
     cloned.hugeArrayOfComplex       = hugeArrayOfComplex.CreatePlainerType();
     cloned.hugeArrayOfPrimitive     = hugeArrayOfPrimitive.CreatePlainerType();
     cloned.hugeStructureOfComplex   = hugeStructureOfComplex.CreatePlainerType();
     cloned.hugeStructureOfPrimitive = hugeStructureOfPrimitive.CreatePlainerType();
     return(cloned);
 }
Esempio n. 2
0
 public PlainHansPlcTwinController()
 {
     _Utils = new PlainUtils();
     _prgAddedProperties = new PlainprgAddedProperties();
     _MAIN               = new PlainMAIN();
     _prgPerf            = new PlainprgPerf();
     _prgSimple          = new PlainprgSimple();
     _prgWeatherStations = new PlainprgWeatherStations();
 }
Esempio n. 3
0
        public PlainprgPerf CreatePlainerType()
        {
            var cloned = new PlainprgPerf();

            cloned.hugeArrayOfComplex       = hugeArrayOfComplex.CreatePlainerType();
            cloned.hugeArrayOfPrimitive     = hugeArrayOfPrimitive.CreatePlainerType();
            cloned.hugeStructureOfComplex   = hugeStructureOfComplex.CreatePlainerType();
            cloned.hugeStructureOfPrimitive = hugeStructureOfPrimitive.CreatePlainerType();
            return(cloned);
        }