ResourceDataSet.CalendarExceptionsRow Members

Include Protected Members
Include Inherited Members

Represents a calendar exception for one resource.

The ResourceDataSet.CalendarExceptionsRow type exposes the following members.

Properties

 

Name

Description

Public property

Finish

Specifies the date and time 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

Specifies the name given for this exception, such as Vacation.

Public property

RecurrenceDays

Specifies a binary flag integer representing the days of the week on which this calendar exception is effective.

Public property

RecurrenceFrequency

Specifies the interval at which this calendar exception occurs.

Public property

RecurrenceMonth

Specifies the month value when setting a yearly recurrence.

Public property

RecurrenceMonthDay

Specifies the day of the month when setting a yearly recurrence.

Public property

RecurrencePosition

Specifies the week number of a monthly occurrence.

Public property

RecurrenceType

Specifies a numerical value representing the CalendarConstants.CalendarRecurrenceType type for this exception.

Public property

RES_UID

Specifies the unique ID of the resource for which this exception applies.

Public property

ResourcesRow

Specifies the ResourceDataSet.ResourcesRow object that contains the resource information related to this exception.

Public property

RowError

(Inherited from DataRow.)

Public property

RowState

(Inherited from DataRow.)

Public property

Shift1Finish

Specifies the minute of the day that the shift ends.

Public property

Shift1Start

Specifies the minute of the day that the shift starts.

Public property

Shift2Finish

Specifies the minute of the day that the shift ends.

Public property

Shift2Start

Specifies the minute of the day that the shift starts.

Public property

Shift3Finish

Specifies the minute of the day that the shift ends.

Public property

Shift3Start

Specifies the minute of the day that the shift starts.

Public property

Shift4Finish

Specifies the minute of the day that the shift ends.

Public property

Shift4Start

Specifies the minute of the day that the shift starts.

Public property

Shift5Finish

Specifies the minute of the day that the shift ends.

Public property

Shift5Start

Specifies the minute of the day that the shift starts.

Public property

Start

Specifies the date and time 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 a null reference (Nothing in Visual Basic) value.

Public method

IsRecurrenceMonthDayNull

Determines whether the RecurrenceMonthDay property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsRecurrenceMonthNull

Determines whether the RecurrenceMonth property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsRecurrencePositionNull

Determines whether the RecurrencePosition property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsShift1FinishNull

Determines whether the Shift1Finish property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsShift1StartNull

Determines whether the Shift1Start property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsShift2FinishNull

Determines whether the Shift2Finish property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsShift2StartNull

Determines whether the Shift2Start property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsShift3FinishNull

Determines whether the Shift3Finish property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsShift3StartNull

Determines whether the Shift3Start property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsShift4FinishNull

Determines whether the Shift4Finish property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsShift4StartNull

Determines whether the Shift4Start property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsShift5FinishNull

Determines whether the Shift5Finish property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsShift5StartNull

Determines whether the Shift5Start property is set to a a null reference (Nothing in Visual Basic) 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 a null reference (Nothing in Visual Basic) value.

Public method

SetRecurrenceMonthDayNull

Sets the RecurrenceMonthDay property to a a null reference (Nothing in Visual Basic) value.

Public method

SetRecurrenceMonthNull

Sets the RecurrenceMonth property to a a null reference (Nothing in Visual Basic) value.

Public method

SetRecurrencePositionNull

Sets the RecurrencePosition property to a a null reference (Nothing in Visual Basic) value.

Public method

SetShift1FinishNull

Sets the Shift1Finish property to a a null reference (Nothing in Visual Basic) value.

Public method

SetShift1StartNull

Sets the Shift1Start property to a a null reference (Nothing in Visual Basic) value.

Public method

SetShift2FinishNull

Sets the Shift2Finish property to a a null reference (Nothing in Visual Basic) value.

Public method

SetShift2StartNull

Sets the Shift2Start property to a a null reference (Nothing in Visual Basic) value.

Public method

SetShift3FinishNull

Sets the Shift3Finish property to a a null reference (Nothing in Visual Basic) value.

Public method

SetShift3StartNull

Sets the Shift3Start property to a a null reference (Nothing in Visual Basic) value.

Public method

SetShift4FinishNull

Sets the Shift4Finish property to a a null reference (Nothing in Visual Basic) value.

Public method

SetShift4StartNull

Sets the Shift4Start property to a a null reference (Nothing in Visual Basic) value.

Public method

SetShift5FinishNull

Sets the Shift5Finish property to a a null reference (Nothing in Visual Basic) value.

Public method

SetShift5StartNull

Sets the Shift5Start property to a a null reference (Nothing in Visual Basic) value.

Public method

ToString

(Inherited from Object.)

Top

See Also

Reference

ResourceDataSet.CalendarExceptionsRow Class

WebSvcTimeSheet Namespace