C# Class TrakHound.Shifts.ShiftId

Exibir arquivo Open project: TrakHound/TrakHound-Community

Public Methods

Method Description
Get ( string date, string shift, string segment = null ) : ShiftId
GetSegmentEnd ( DataTable segmentsTable ) : string
GetSegmentEnd ( DeviceConfiguration config ) : string
GetSegmentStart ( DataTable segmentsTable ) : string
GetSegmentStart ( DeviceConfiguration config ) : string
GetSegmentStartTime ( DataTable segmentsTable ) : System.DateTime
GetSegmentType ( DataTable segmentsTable ) : string
GetShiftName ( DataTable segmentsTable ) : string
ShiftId ( string id ) : System
ToString ( ) : string

Method Details

Get() public static method

public static Get ( string date, string shift, string segment = null ) : ShiftId
date string
shift string
segment string
return ShiftId

GetSegmentEnd() public method

public GetSegmentEnd ( DataTable segmentsTable ) : string
segmentsTable System.Data.DataTable
return string

GetSegmentEnd() public method

public GetSegmentEnd ( DeviceConfiguration config ) : string
config TrakHound.Configurations.DeviceConfiguration
return string

GetSegmentStart() public method

public GetSegmentStart ( DataTable segmentsTable ) : string
segmentsTable System.Data.DataTable
return string

GetSegmentStart() public method

public GetSegmentStart ( DeviceConfiguration config ) : string
config TrakHound.Configurations.DeviceConfiguration
return string

GetSegmentStartTime() public method

public GetSegmentStartTime ( DataTable segmentsTable ) : System.DateTime
segmentsTable System.Data.DataTable
return System.DateTime

GetSegmentType() public method

public GetSegmentType ( DataTable segmentsTable ) : string
segmentsTable System.Data.DataTable
return string

GetShiftName() public method

public GetShiftName ( DataTable segmentsTable ) : string
segmentsTable System.Data.DataTable
return string

ShiftId() public method

public ShiftId ( string id ) : System
id string
return System

ToString() public method

public ToString ( ) : string
return string