public prgWeatherStations() { PexPreConstructorParameterless(); __weatherStationsCyclicAccess = new fbWorldWeatherWatch(); __weatherStationsBatchAccess = new fbWorldWeatherWatch(); __weatherStationsSynchronAccess = new fbWorldWeatherWatch(); AttributeName = ""; PexConstructorParameterless(); }
public prgWeatherStations(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail) { this.@SymbolTail = symbolTail; this.@Connector = parent.GetConnector(); this.@ValueTags = new System.Collections.Generic.List <Vortex.Connector.IValueTag>(); this.@Children = new System.Collections.Generic.List <Vortex.Connector.IVortexObject>(); this.@Parent = parent; _humanReadable = Vortex.Connector.IConnector.CreateSymbol(parent.HumanReadable, readableTail); PexPreConstructor(parent, readableTail, symbolTail); Symbol = Vortex.Connector.IConnector.CreateSymbol(parent.Symbol, symbolTail); __weatherStationsCyclicAccess = new fbWorldWeatherWatch(this, "", "_weatherStationsCyclicAccess"); __weatherStationsBatchAccess = new fbWorldWeatherWatch(this, "", "_weatherStationsBatchAccess"); __weatherStationsSynchronAccess = new fbWorldWeatherWatch(this, "", "_weatherStationsSynchronAccess"); AttributeName = ""; PexConstructor(parent, readableTail, symbolTail); parent.AddChild(this); }