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