Example #1
0
 /// <summary>
 /// Default ctor
 /// </summary>
 internal PersistentEntitySettings(T entity, GridContext context)
     : base(entity, context)
 {
 }
 /// <summary>
 /// Default ctor
 /// </summary>
 internal LocActionSettings(T entity, GridContext context)
     : base(entity, context)
 {
 }
Example #3
0
 /// <summary>
 /// Default ctor
 /// </summary>
 internal ModuleSettings(IModule entity, GridContext context)
     : base(entity, context)
 {
 }
 /// <summary>
 /// Default ctor
 /// </summary>
 internal BlockSignalSettings(IBlockSignal entity, GridContext context)
     : base(entity, context)
 {
 }
 /// <summary>
 /// Default ctor
 /// </summary>
 internal SwitchSettings(ISwitch entity, GridContext context)
     : base(entity, context)
 {
 }
Example #6
0
 /// <summary>
 /// Default ctor
 /// </summary>
 internal EcosCommandStationSettings(IEcosCommandStation entity, GridContext context)
     : base(entity, context)
 {
 }
 /// <summary>
 /// Default ctor
 /// </summary>
 internal OutputSettings(T entity, GridContext context)
     : base(entity, context)
 {
 }
Example #8
0
 /// <summary>
 /// Default ctor
 /// </summary>
 internal P50xCommandStationSettings(IP50xCommandStation entity, GridContext context)
     : base(entity, context)
 {
 }
 /// <summary>
 /// Default ctor
 /// </summary>
 internal RouteSettings(IRoute entity, GridContext context)
     : base(entity, context)
 {
 }
Example #10
0
 /// <summary>
 /// Default ctor
 /// </summary>
 internal EdgeSettings(IEdge entity, GridContext context)
     : base(entity, context)
 {
 }
 /// <summary>
 /// Default ctor
 /// </summary>
 internal LocoBufferCommandStationSettings(ILocoBufferCommandStation entity, GridContext context)
     : base(entity, context)
 {
 }
Example #12
0
 /// <summary>
 /// Default ctor
 /// </summary>
 internal PassiveJunctionSettings(IPassiveJunction entity, GridContext context)
     : base(entity, context)
 {
 }
 /// <summary>
 /// Default ctor
 /// </summary>
 internal BinaryOutputSettings(IBinaryOutput entity, GridContext context)
     : base(entity, context)
 {
 }
 /// <summary>
 /// Default ctor
 /// </summary>
 internal BinarySensorSettings(IBinarySensor entity, GridContext context)
     : base(entity, context)
 {
 }
 /// <summary>
 /// Default ctor
 /// </summary>
 internal LocGroupSettings(ILocGroup entity, GridContext context)
     : base(entity, context)
 {
 }
Example #16
0
 /// <summary>
 /// Default ctor
 /// </summary>
 internal RailwaySettings(IRailway entity, GridContext context)
     : base(entity, context)
 {
 }
Example #17
0
 /// <summary>
 /// Default ctor
 /// </summary>
 internal SignalSettings(T entity, GridContext context)
     : base(entity, context)
 {
 }
Example #18
0
 /// <summary>
 /// Default ctor
 /// </summary>
 internal Clock4StageOutputSettings(IClock4StageOutput entity, GridContext context)
     : base(entity, context)
 {
 }
 /// <summary>
 /// Default ctor
 /// </summary>
 internal DccOverRs232CommandStationSettings(IDccOverRs232CommandStation entity, GridContext context)
     : base(entity, context)
 {
 }
 /// <summary>
 /// Default ctor
 /// </summary>
 internal ModuleConnectionSettings(IModuleConnection entity, GridContext context)
     : base(entity, context)
 {
 }
 /// <summary>
 /// Default ctor
 /// </summary>
 internal CommandStationSettings(T entity, GridContext context)
     : base(entity, context)
 {
 }
 /// <summary>
 /// Default ctor
 /// </summary>
 internal TurnTableSettings(ITurnTable entity, GridContext context)
     : base(entity, context)
 {
 }
 /// <summary>
 /// Default ctor
 /// </summary>
 internal BinkyNetCommandStationSettings(IBinkyNetCommandStation entity, GridContext context)
     : base(entity, context)
 {
 }
Example #24
0
 /// <summary>
 /// Default ctor
 /// </summary>
 internal LocSettings(ILoc entity, GridContext context)
     : base(entity, context)
 {
 }
 /// <summary>
 /// Default ctor
 /// </summary>
 internal PlaySoundActionSettings(IPlaySoundAction entity, GridContext context)
     : base(entity, context)
 {
 }
 /// <summary>
 /// Default ctor
 /// </summary>
 internal BlockGroupSettings(IBlockGroup entity, GridContext context)
     : base(entity, context)
 {
 }
 /// <summary>
 /// Default ctor
 /// </summary>
 internal InitializeJunctionActionSettings(IInitializeJunctionAction entity, GridContext context)
     : base(entity, context)
 {
 }
 /// <summary>
 /// Default ctor
 /// </summary>
 internal LocFunctionActionSettings(ILocFunctionAction entity, GridContext context)
     : base(entity, context)
 {
 }
 /// <summary>
 /// Default ctor
 /// </summary>
 protected EntitySettings(T entity, GridContext context)
 {
     Entity  = entity;
     Context = context;
 }
Example #30
0
 /// <summary>
 /// Default ctor
 /// </summary>
 protected PositionedEntitySettings(T entity, GridContext context)
     : base(entity, context)
 {
 }