public PlatformArea(Schemas.Platform railMLSource) : base(railMLSource) { platformEdges = new Dictionary <string, PlatformEdge>(); }
protected PlatformBase(Schemas.Platform railMLSource) { readPlatofrm = railMLSource; ID = railMLSource.Id; }
public PlatformEdge(Schemas.Platform railMLSource) : base(railMLSource) { }