diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO/SpoolDTOBase.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/DTO/SpoolDTOBase.cs | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/SpoolDTOBase.cs b/Software/Visual_Studio/Tango.BL/DTO/SpoolDTOBase.cs index c25b254da..346fc4e6d 100644 --- a/Software/Visual_Studio/Tango.BL/DTO/SpoolDTOBase.cs +++ b/Software/Visual_Studio/Tango.BL/DTO/SpoolDTOBase.cs @@ -40,7 +40,7 @@ namespace Tango.BL.DTO /// <summary> /// start offset pulses /// </summary> - public Nullable<Int32> StartOffsetPulses + public Int32 StartOffsetPulses { get; set; } @@ -48,7 +48,7 @@ namespace Tango.BL.DTO /// <summary> /// backing rate /// </summary> - public Nullable<Int32> BackingRate + public Int32 BackingRate { get; set; } @@ -56,7 +56,7 @@ namespace Tango.BL.DTO /// <summary> /// segment offset pulses /// </summary> - public Nullable<Int32> SegmentOffsetPulses + public Int32 SegmentOffsetPulses { get; set; } @@ -64,15 +64,7 @@ namespace Tango.BL.DTO /// <summary> /// bottom backing rate /// </summary> - public Nullable<Int32> BottomBackingRate - { - get; set; - } - - /// <summary> - /// limit switch start point offset - /// </summary> - public Nullable<Int32> LimitSwitchStartPointOffset + public Int32 BottomBackingRate { get; set; } |
