UnsubmittedTimesheetDataSet.TimePeriodsDataTable members
Represents a data table that maintains time period information.
The UnsubmittedTimesheetDataSet.TimePeriodsDataTable type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UnsubmittedTimesheetDataSet.TimePeriodsDataTable() | Creates an instance of the TimePeriodsDataTable class. | |
UnsubmittedTimesheetDataSet.TimePeriodsDataTable(SerializationInfo, StreamingContext) | Creates an instance of the TimePeriodsDataTable class by using the specified parameters. |
Top
Properties
Name | Description | |
---|---|---|
CaseSensitive | (Inherited from DataTable.) | |
ChildRelations | (Inherited from DataTable.) | |
Columns | (Inherited from DataTable.) | |
Constraints | (Inherited from DataTable.) | |
Container | (Inherited from MarshalByValueComponent.) | |
Count | Specifies the number of rows in the data table. | |
DataSet | (Inherited from DataTable.) | |
DefaultView | (Inherited from DataTable.) | |
DesignMode | (Inherited from MarshalByValueComponent.) | |
DisplayExpression | (Inherited from DataTable.) | |
Events | (Inherited from MarshalByValueComponent.) | |
ExtendedProperties | (Inherited from DataTable.) | |
HasErrors | (Inherited from DataTable.) | |
IsInitialized | (Inherited from DataTable.) | |
Item | Gets a TimePeriodsRow object that contains time period information. | |
Locale | (Inherited from DataTable.) | |
MinimumCapacity | (Inherited from DataTable.) | |
Namespace | (Inherited from DataTable.) | |
ParentRelations | (Inherited from DataTable.) | |
Prefix | (Inherited from DataTable.) | |
PrimaryKey | (Inherited from DataTable.) | |
RemotingFormat | (Inherited from DataTable.) | |
RES_NAMEColumn | Gets the schema of the RES_NAMEColumn in the TimePeriodsDataTable. | |
RES_UIDColumn | Gets the schema of the RES_UIDColumn in the TimePeriodsDataTable. | |
Rows | (Inherited from DataTable.) | |
Site | (Inherited from DataTable.) | |
TableName | (Inherited from DataTable.) | |
TS_NAMEColumn | Gets the schema of the TS_NAMEColumn in the TimePeriodsDataTable. | |
TS_STATUS_ENUMColumn | Gets the schema of the TS_STATUS_ENUMColumn in the TimePeriodsDataTable. | |
WPRD_FINISH_DATEColumn | Gets the schema of the WPRD_FINISH_DATEColumn in the TimePeriodsDataTable. | |
WPRD_NAMEColumn | Gets the schema of the WPRD_NAMEColumn in the TimePeriodsDataTable. | |
WPRD_START_DATEColumn | Gets the schema of the WPRD_START_DATEColumn in the TimePeriodsDataTable. | |
WPRD_UIDColumn | Gets the schema of the WPRD_UIDColumn in the TimePeriodsDataTable. |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
ColumnChanged | (Inherited from DataTable.) | |
ColumnChanging | (Inherited from DataTable.) | |
Disposed | (Inherited from MarshalByValueComponent.) | |
Initialized | (Inherited from DataTable.) | |
RowChanged | (Inherited from DataTable.) | |
RowChanging | (Inherited from DataTable.) | |
RowDeleted | (Inherited from DataTable.) | |
RowDeleting | (Inherited from DataTable.) | |
TableCleared | (Inherited from DataTable.) | |
TableClearing | (Inherited from DataTable.) | |
TableNewRow | (Inherited from DataTable.) | |
TimePeriodsRowChanged | The post-event activity that occurs when row information in the TimePeriodsDataTable has been changed. | |
TimePeriodsRowChanging | The pre-event activity that occurs before sending a notification that row information in the TimePeriodsDataTable has changed. | |
TimePeriodsRowDeleted | The post-event activity that occurs when a row in the TimePeriodsDataTable has been deleted. | |
TimePeriodsRowDeleting | The pre-event activity that occurs before sending a notification that a row in the TimePeriodsDataTable has been deleted. |
Top
Fields
Name | Description | |
---|---|---|
fInitInProgress | (Inherited from DataTable.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IListSource.ContainsListCollection | (Inherited from DataTable.) | |
IListSource.GetList | (Inherited from DataTable.) | |
IXmlSerializable.GetSchema | (Inherited from DataTable.) | |
IXmlSerializable.ReadXml | (Inherited from DataTable.) | |
IXmlSerializable.WriteXml | (Inherited from DataTable.) |
Top