ResourceDataSet.CalendarExceptionsRow members

Represents resource calendar conflicts information as a row in the ResourceDataSet.CalendarExceptionsRow object.

The ResourceDataSet.CalendarExceptionsRow type exposes the following members.

Properties

  Name Description
Public property Finish The date and time when this calendar exception ends.
Public property HasErrors (Inherited from DataRow.)
Public property Item[Int32] (Inherited from DataRow.)
Public property Item[String] (Inherited from DataRow.)
Public property Item[DataColumn] (Inherited from DataRow.)
Public property Item[Int32, DataRowVersion] (Inherited from DataRow.)
Public property Item[String, DataRowVersion] (Inherited from DataRow.)
Public property Item[DataColumn, DataRowVersion] (Inherited from DataRow.)
Public property ItemArray (Inherited from DataRow.)
Public property Name The name that is given for this exception, such as Vacation.
Public property RecurrenceDays A binary flag integer that represents the days of the week on which this calendar exception is effective.
Public property RecurrenceFrequency The interval at which this calendar exception occurs.
Public property RecurrenceMonth The month value when setting a yearly recurrence.
Public property RecurrenceMonthDay The day of the month when setting a yearly recurrence.
Public property RecurrencePosition The week number of a monthly occurrence.
Public property RecurrenceType A numeric value representing the CalendarConstants.CalendarRecurrenceType type for this exception.
Public property RES_UID The unique identifier of the resource for which this exception applies.
Public property ResourcesRow The ResourceDataSet.ResourcesRow object that contains the resource information that is related to this exception.
Public property RowError (Inherited from DataRow.)
Public property RowState (Inherited from DataRow.)
Public property Shift1Finish The minute of the day when the first shift ends.
Public property Shift1Start The minute of the day when the first shift starts.
Public property Shift2Finish The minute of the day when the second shift ends.
Public property Shift2Start The minute of the day when the second shift ends.
Public property Shift3Finish The minute of the day when the third shift ends.
Public property Shift3Start The minute of the day when the third shift starts.
Public property Shift4Finish The minute of the day when the fourth shift ends.
Public property Shift4Start The minute of the day when the fourth shift starts.
Public property Shift5Finish The minute of the day when the fifth shift ends.
Public property Shift5Start The minute of the day when the fifth shift starts.
Public property Start The date and time when this calendar exception starts.
Public property Table (Inherited from DataRow.)

Top

Methods

  Name Description
Public method AcceptChanges (Inherited from DataRow.)
Public method BeginEdit (Inherited from DataRow.)
Public method CancelEdit (Inherited from DataRow.)
Public method ClearErrors (Inherited from DataRow.)
Public method Delete (Inherited from DataRow.)
Public method EndEdit (Inherited from DataRow.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetChildRows(String) (Inherited from DataRow.)
Public method GetChildRows(DataRelation) (Inherited from DataRow.)
Public method GetChildRows(String, DataRowVersion) (Inherited from DataRow.)
Public method GetChildRows(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetColumnError(Int32) (Inherited from DataRow.)
Public method GetColumnError(String) (Inherited from DataRow.)
Public method GetColumnError(DataColumn) (Inherited from DataRow.)
Public method GetColumnsInError (Inherited from DataRow.)
Public method GetHashCode (Inherited from Object.)
Public method GetParentRow(String) (Inherited from DataRow.)
Public method GetParentRow(DataRelation) (Inherited from DataRow.)
Public method GetParentRow(String, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRow(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRows(String) (Inherited from DataRow.)
Public method GetParentRows(DataRelation) (Inherited from DataRow.)
Public method GetParentRows(String, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRows(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetType (Inherited from Object.)
Public method HasVersion (Inherited from DataRow.)
Public method IsNull(Int32) (Inherited from DataRow.)
Public method IsNull(String) (Inherited from DataRow.)
Public method IsNull(DataColumn) (Inherited from DataRow.)
Public method IsNull(DataColumn, DataRowVersion) (Inherited from DataRow.)
Public method IsRecurrenceDaysNull Determines whether the RecurrenceDays property is set to a null value.
Public method IsRecurrenceMonthDayNull Determines whether the RecurrenceMonthDay property is set to a null value.
Public method IsRecurrenceMonthNull Determines whether the RecurrenceMonth property is set to a null value.
Public method IsRecurrencePositionNull Determines whether the RecurrencePosition property is set to a null value.
Public method IsShift1FinishNull Determines whether the Shift1Finish property is set to a null value.
Public method IsShift1StartNull Determines whether the Shift1Start property is set to a null value.
Public method IsShift2FinishNull Determines whether the Shift2Finish property is set to a null value.
Public method IsShift2StartNull Determines whether the Shift2Start property is set to a null value.
Public method IsShift3FinishNull Determines whether the Shift3Finish property is set to a null value.
Public method IsShift3StartNull Determines whether the Shift3Start property is set to a null value.
Public method IsShift4FinishNull Determines whether the Shift4Finish property is set to a null value.
Public method IsShift4StartNull Determines whether the Shift4Start property is set to a null value.
Public method IsShift5FinishNull Determines whether the Shift5Finish property is set to a null value.
Public method IsShift5StartNull Determines whether the Shift5Start property is set to a null value.
Protected method MemberwiseClone (Inherited from Object.)
Public method RejectChanges (Inherited from DataRow.)
Public method SetAdded (Inherited from DataRow.)
Public method SetColumnError(Int32, String) (Inherited from DataRow.)
Public method SetColumnError(String, String) (Inherited from DataRow.)
Public method SetColumnError(DataColumn, String) (Inherited from DataRow.)
Public method SetModified (Inherited from DataRow.)
Protected method SetNull (Inherited from DataRow.)
Public method SetParentRow(DataRow) (Inherited from DataRow.)
Public method SetParentRow(DataRow, DataRelation) (Inherited from DataRow.)
Public method SetRecurrenceDaysNull Sets the RecurrenceDays property to a null value.
Public method SetRecurrenceMonthDayNull Sets the RecurrenceMonthDay property to a null value.
Public method SetRecurrenceMonthNull Sets the RecurrenceMonth property to a null value.
Public method SetRecurrencePositionNull Sets the RecurrencePosition property to a null value.
Public method SetShift1FinishNull Sets the Shift1Finish property to a null value.
Public method SetShift1StartNull Sets the Shift1Start property to a null value.
Public method SetShift2FinishNull Sets the Shift2Finish property to a null value.
Public method SetShift2StartNull Sets the Shift2Start property to a null value.
Public method SetShift3FinishNull Sets the Shift3Finish property to a null value.
Public method SetShift3StartNull Sets the Shift3Start property to a null value.
Public method SetShift4FinishNull Sets the Shift4Finish property to a null value.
Public method SetShift4StartNull Sets the Shift4Start property to a null value.
Public method SetShift5FinishNull Sets the Shift5Finish property to a null value.
Public method SetShift5StartNull Sets the Shift5Start property to a null value.
Public method ToString (Inherited from Object.)

Top

See also

Reference

ResourceDataSet.CalendarExceptionsRow class

WebSvcWorkflow namespace