Gets or sets the status type of shift event. A shift can be scheduled, started, or completed.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public virtual CicaShiftType ShiftType { get; set; }
Visual Basic (Declaration)
Public Overridable Property ShiftType As CicaShiftType
Visual C++
public:
virtual property CicaShiftType ShiftType {
	CicaShiftType get ();
	void set (CicaShiftType value);
}

Property Value

The status type of shift event. A shift can be scheduled, started, or completed. The default value is Invalid.

Remarks

This property is only used when the EventStatusType property is set to Shift.

The ShiftTypeSpecified property indicates whether or not this property will be included in the serialized class or generated document. The ShiftTypeSpecified property is automatically set to true when this property is set.

See Also