Exemplo n.º 1
0
 public PlatformArea(Schemas.Platform railMLSource) : base(railMLSource)
 {
     platformEdges = new Dictionary <string, PlatformEdge>();
 }
Exemplo n.º 2
0
 protected PlatformBase(Schemas.Platform railMLSource)
 {
     readPlatofrm = railMLSource;
     ID           = railMLSource.Id;
 }
Exemplo n.º 3
0
 public PlatformEdge(Schemas.Platform railMLSource) : base(railMLSource)
 {
 }