UnsubmittedTimesheetDataSet.TimePeriodsRow Members
Include Protected Members
Include Inherited Members
Contains a row of time period information.
The UnsubmittedTimesheetDataSet.TimePeriodsRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
HasErrors | (Inherited from DataRow.) | |
Item[Int32] | (Inherited from DataRow.) | |
Item[String] | (Inherited from DataRow.) | |
Item[DataColumn] | (Inherited from DataRow.) | |
Item[Int32, DataRowVersion] | (Inherited from DataRow.) | |
Item[String, DataRowVersion] | (Inherited from DataRow.) | |
Item[DataColumn, DataRowVersion] | (Inherited from DataRow.) | |
ItemArray | (Inherited from DataRow.) | |
RES_NAME | Indicates the name of the resource associated with the specified time period. | |
RES_UID | Indicates the unique identifier of the resource associated with the specified time period. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) | |
TS_NAME | Returns the name of the timesheet associated with the specified time period. | |
TS_STATUS_ENUM | Used to store the TS_STATUS_ENUM status of the specified timesheet. | |
WPRD_FINISH_DATE | Indicates the finish date of the specified time period. | |
WPRD_NAME | Indicates the name of the specified time period. | |
WPRD_START_DATE | Indicates the start date of the specified time period. | |
WPRD_UID | Indicates the unique identifier of the time period row. |
Top
Methods
Name | Description | |
---|---|---|
AcceptChanges | (Inherited from DataRow.) | |
BeginEdit | (Inherited from DataRow.) | |
CancelEdit | (Inherited from DataRow.) | |
ClearErrors | (Inherited from DataRow.) | |
Delete | (Inherited from DataRow.) | |
EndEdit | (Inherited from DataRow.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetChildRows(String) | (Inherited from DataRow.) | |
GetChildRows(DataRelation) | (Inherited from DataRow.) | |
GetChildRows(String, DataRowVersion) | (Inherited from DataRow.) | |
GetChildRows(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetColumnError(Int32) | (Inherited from DataRow.) | |
GetColumnError(String) | (Inherited from DataRow.) | |
GetColumnError(DataColumn) | (Inherited from DataRow.) | |
GetColumnsInError | (Inherited from DataRow.) | |
GetHashCode | (Inherited from Object.) | |
GetParentRow(String) | (Inherited from DataRow.) | |
GetParentRow(DataRelation) | (Inherited from DataRow.) | |
GetParentRow(String, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRow(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRows(String) | (Inherited from DataRow.) | |
GetParentRows(DataRelation) | (Inherited from DataRow.) | |
GetParentRows(String, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRows(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetType | (Inherited from Object.) | |
HasVersion | (Inherited from DataRow.) | |
IsNull(Int32) | (Inherited from DataRow.) | |
IsNull(String) | (Inherited from DataRow.) | |
IsNull(DataColumn) | (Inherited from DataRow.) | |
IsNull(DataColumn, DataRowVersion) | (Inherited from DataRow.) | |
IsRES_NAMENull | Determines whether the RES_NAME() property is set to a null reference (Nothing in Visual Basic). | |
IsTS_NAMENull | Determines whether the TS_NAME() property is set to a null reference (Nothing in Visual Basic). | |
IsTS_STATUS_ENUMNull | Determines whether the TS_STATUS_ENUM() property is set to a null reference (Nothing in Visual Basic). | |
IsWPRD_FINISH_DATENull | Determines whether the WPRD_FINISH_DATE() property is set to a null reference (Nothing in Visual Basic). | |
IsWPRD_NAMENull | Determines whether the WPRD_NAME() property is set to a null reference (Nothing in Visual Basic). | |
IsWPRD_START_DATENull | Determines whether the WPRD_START_DATE() property is set to a null reference (Nothing in Visual Basic). | |
MemberwiseClone | (Inherited from Object.) | |
RejectChanges | (Inherited from DataRow.) | |
SetAdded | (Inherited from DataRow.) | |
SetColumnError(Int32, String) | (Inherited from DataRow.) | |
SetColumnError(String, String) | (Inherited from DataRow.) | |
SetColumnError(DataColumn, String) | (Inherited from DataRow.) | |
SetModified | (Inherited from DataRow.) | |
SetNull | (Inherited from DataRow.) | |
SetParentRow(DataRow) | (Inherited from DataRow.) | |
SetParentRow(DataRow, DataRelation) | (Inherited from DataRow.) | |
SetRES_NAMENull | Sets the WPRD_START_DATE() property to a null reference (Nothing in Visual Basic). | |
SetTS_NAMENull | Sets the TS_NAME() property to a null reference (Nothing in Visual Basic). | |
SetTS_STATUS_ENUMNull | Sets the TS_STATUS_ENUM() property to a null reference (Nothing in Visual Basic). | |
SetWPRD_FINISH_DATENull | Sets the WPRD_FINISH_DATE() property to a null reference (Nothing in Visual Basic). | |
SetWPRD_NAMENull | Sets the WPRD_NAME() property to a null reference (Nothing in Visual Basic). | |
SetWPRD_START_DATENull | Sets the WPRD_START_DATE() property to a null reference (Nothing in Visual Basic). | |
ToString | (Inherited from Object.) |
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top