TimesheetDataSet members
Represents the dataset that is used when working with the TimeSheet object and other objects in the WebSvcTimeSheet namespace.
The TimesheetDataSet type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TimesheetDataSet() | Creates an instance of the TimesheetDataSet class. | |
TimesheetDataSet(SerializationInfo, StreamingContext) | Creates an instance of the TimesheetDataSet class by using separate parameters. |
Top
Properties
Name | Description | |
---|---|---|
Actions | Contains a record of TimesheetEnum.Action actions performed on this timesheet. | |
Actuals | Contains the actual number of hours that the resource worked for the entries that are specified in the Lines property. | |
Audits | Contains a line for each TimesheetEnum.AuditOperationType object that is applied to a timesheet. | |
CaseSensitive | (Inherited from DataSet.) | |
Container | (Inherited from MarshalByValueComponent.) | |
CustomFields | Contains a row for each custom field that is defined for timesheets. | |
DataSetName | (Inherited from DataSet.) | |
DefaultViewManager | (Inherited from DataSet.) | |
DesignMode | (Inherited from MarshalByValueComponent.) | |
EnforceConstraints | (Inherited from DataSet.) | |
Events | (Inherited from MarshalByValueComponent.) | |
ExtendedProperties | (Inherited from DataSet.) | |
HasErrors | (Inherited from DataSet.) | |
Headers | Contains an entry for each timesheet in this dataset. | |
IsInitialized | (Inherited from DataSet.) | |
Lines | Contains a row for each line of each timesheet in this dataset. | |
Locale | (Inherited from DataSet.) | |
Namespace | (Inherited from DataSet.) | |
Prefix | (Inherited from DataSet.) | |
Relations | Gets the collection of relations that link tables and enable navigation from parent tables to child tables in the TimesheetDataSet. | |
RemotingFormat | (Inherited from DataSet.) | |
SchemaSerializationMode | (Overrides DataSet.SchemaSerializationMode.) | |
Site | (Inherited from DataSet.) | |
StatusingChangeLog | Gets the statusing data change log for the timesheet single entry mode. | |
Tables | Gets the collection of tables in the TimesheetDataSet. |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from MarshalByValueComponent.) | |
Initialized | (Inherited from DataSet.) | |
MergeFailed | (Inherited from DataSet.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IListSource.ContainsListCollection | (Inherited from DataSet.) | |
IListSource.GetList | (Inherited from DataSet.) | |
IXmlSerializable.GetSchema | (Inherited from DataSet.) | |
IXmlSerializable.ReadXml | (Inherited from DataSet.) | |
IXmlSerializable.WriteXml | (Inherited from DataSet.) |
Top