protected PlainprgPerf CreatePlainerType(PlainprgPerf cloned) { cloned.hugeArrayOfComplex = hugeArrayOfComplex.CreatePlainerType(); cloned.hugeArrayOfPrimitive = hugeArrayOfPrimitive.CreatePlainerType(); cloned.hugeStructureOfComplex = hugeStructureOfComplex.CreatePlainerType(); cloned.hugeStructureOfPrimitive = hugeStructureOfPrimitive.CreatePlainerType(); return(cloned); }
public PlainHansPlcTwinController() { _Utils = new PlainUtils(); _prgAddedProperties = new PlainprgAddedProperties(); _MAIN = new PlainMAIN(); _prgPerf = new PlainprgPerf(); _prgSimple = new PlainprgSimple(); _prgWeatherStations = new PlainprgWeatherStations(); }
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); }