StatusingSettingsDataSet.StatusingSettingsDataTable members
Represents a data table that maintains rows of timesheet status settings.
The StatusingSettingsDataSet.StatusingSettingsDataTable type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StatusingSettingsDataSet.StatusingSettingsDataTable() | Creates an instance of the StatusingSettingsDataTable class. | |
StatusingSettingsDataSet.StatusingSettingsDataTable(SerializationInfo, StreamingContext) | Creates an instance of the StatusingSettingsDataTable 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 row of table management methods and class information, at the specified index location in the StatusingSettingsDataTable. | |
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.) | |
Rows | (Inherited from DataTable.) | |
Site | (Inherited from DataTable.) | |
TableName | (Inherited from DataTable.) | |
WADMIN_DEFAULT_TRACKING_METHODColumn | Gets the schema of the WADMIN_DEFAULT_TRACKING_METHODColumn in the StatusingSettingsDataTable. | |
WADMIN_IS_TRACKING_METHOD_LOCKEDColumn | Gets the schema of the WADMIN_IS_TRACKING_METHOD_LOCKEDColumn in the StatusingSettingsDataTable. | |
WADMIN_PROTECT_ACTUALSColumn | Gets the schema of the WADMIN_PROTECT_ACTUALSColumn in the StatusingSettingsDataTable. | |
WADMIN_STAT_ALLOW_FREEFORM_PERIODSColumn | Gets the schema of the WADMIN_STAT_ALLOW_FREEFORM_PERIODSColumn in the StatusingSettingsDataTable. | |
WADMIN_STAT_ENABLE_DOWNLOADColumn | Gets the schema of the WADMIN_STAT_ENABLE_DOWNLOADColumn in the StatusingSettingsDataTable. | |
WADMIN_STAT_LOOK_AHEAD_PERIODSColumn | Gets the schema of the WADMIN_STAT_LOOK_AHEAD_PERIODSColumn in the StatusingSettingsDataTable. | |
WADMIN_STAT_LOOK_AHEADColumn | Gets the schema of the WADMIN_STAT_LOOK_AHEADColumn in the StatusingSettingsDataTable. | |
WADMIN_STAT_PERIOD_TYPEColumn | Gets the schema of the WADMIN_STAT_PERIOD_TYPEColumn in the StatusingSettingsDataTable. | |
WADMIN_STAT_TIMESHEET_TIEDColumn | Gets the schema of the WADMIN_STAT_TIMESHEET_TIEDColumn in the StatusingSettingsDataTable. | |
WADMIN_TS_DEF_ENTRY_MODE_ENUMColumn | Gets the schema of the WADMIN_TS_DEF_ENTRY_MODE_ENUMColumn in the StatusingSettingsDataTable. | |
WADMIN_TS_IS_FUTURE_REP_ALLOWEDColumn | Gets the schema of the WADMIN_TS_IS_FUTURE_REP_ALLOWEDColumn in the StatusingSettingsDataTable. | |
WADMIN_TS_OUTLOOK_DISPLAY_ENUMColumn | Gets the schema of the WADMIN_TS_OUTLOOK_DISPLAY_ENUMColumn in the StatusingSettingsDataTable. | |
WADMIN_TS_TIED_MODEColumn | Gets the schema of the WADMIN_TS_TIED_MODEColumn in the StatusingSettingsDataTable. | |
WADMIN_UIDFAKEColumn | Gets the schema of the WADMIN_UIDFAKEColumn in the StatusingSettingsDataTable. | |
WADMIN_WEEK_START_ON_ENUMColumn | Gets the schema of the WADMIN_WEEK_START_ON_ENUMColumn in the StatusingSettingsDataTable. |
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.) | |
StatusingSettingsRowChanged | The post-event activity that occurs when row information in the StatusingSettingsDataTable has been changed. | |
StatusingSettingsRowChanging | The pre-event activity that occurs before sending a notification that row information in the StatusingSettingsDataTable has changed. | |
StatusingSettingsRowDeleted | The post-event activity that occurs when a row in the StatusingSettingsDataTable has been deleted. | |
StatusingSettingsRowDeleting | The pre-event activity that occurs before sending a notification that a row in the StatusingSettingsDataTable has been deleted. | |
TableCleared | (Inherited from DataTable.) | |
TableClearing | (Inherited from DataTable.) | |
TableNewRow | (Inherited from DataTable.) |
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