Share via


TimesheetListDataSet.TimesheetsDataTable Members

Include Protected Members
Include Inherited Members

Represents information about a timesheet list that is contained in one or more TimesheetListDataSet.TimesheetsRow objects.

The TimesheetListDataSet.TimesheetsDataTable type exposes the following members.

Constructors

  Name Description
Public method TimesheetListDataSet.TimesheetsDataTable() Creates an instance of the TimesheetsDataTable class.
Protected method TimesheetListDataSet.TimesheetsDataTable(SerializationInfo, StreamingContext) Creates an instance of the TimesheetsDataTable class by using separate parameters.

Top

Properties

  Name Description
Public property CaseSensitive (Inherited from DataTable.)
Public property ChildRelations (Inherited from DataTable.)
Public property Columns (Inherited from DataTable.)
Public property Constraints (Inherited from DataTable.)
Public property Container (Inherited from MarshalByValueComponent.)
Public property Count Gets the number of row objects in the TimesheetsDataTable.
Public property DataSet (Inherited from DataTable.)
Public property DefaultView (Inherited from DataTable.)
Public property DesignMode (Inherited from MarshalByValueComponent.)
Public property DisplayExpression (Inherited from DataTable.)
Protected property Events (Inherited from MarshalByValueComponent.)
Public property ExtendedProperties (Inherited from DataTable.)
Public property HasErrors (Inherited from DataTable.)
Public property IsInitialized (Inherited from DataTable.)
Public property Item Gets a row in the TimesheetsDataTable, where the row is specified by an index.
Public property Locale (Inherited from DataTable.)
Public property MinimumCapacity (Inherited from DataTable.)
Public property Namespace (Inherited from DataTable.)
Public property ParentRelations (Inherited from DataTable.)
Public property Prefix (Inherited from DataTable.)
Public property PrimaryKey (Inherited from DataTable.)
Public property RemotingFormat (Inherited from DataTable.)
Public property RES_TIMESHEET_MGR_UIDColumn Defines the column for the RES_TIMESHEET_MGR_UID field.
Public property RES_UIDColumn Defines the column for the RES_UID field.
Public property Rows (Inherited from DataTable.)
Public property Site (Inherited from DataTable.)
Public property TableName (Inherited from DataTable.)
Public property TLastActionCachedResNameColumn Defines the column for the TLastActionCachedResName field.
Public property TLastActionCommentColumn Defines the column for the TLastActionComment field.
Public property TS_AUX_STATUSColumn Defines the column for the TS_AUX_STATUS field.
Public property TS_CACHED_RES_NAMEColumn Defines the column for the TS_CACHED_RES_NAME field.
Public property TS_CREATOR_RES_UIDColumn Defines the column for the TS_CREATOR_RES_UID field.
Public property TS_GRAND_TOTAL_ACT_VALUEColumn Defines the column for the TS_GRAND_TOTAL_ACT_VALUE field.
Public property TS_JOB_UIDColumn Defines the column for the TS_JOB_UID field.
Public property TS_NAMEColumn Defines the column for the TS_NAME field.
Public property TS_QUEUE_COUNTERColumn Defines the column for the TS_QUEUE_COUNTER field.
Public property TS_STATUS_ENUMColumn Defines the column for the TS_STATUS_ENUM field.
Public property TS_TOTAL_ACT_NON_BILLABLE_OVT_VALUEColumn Defines the column for the TS_TOTAL_ACT_NON_BILLABLE_OVT_VALUE field.
Public property TS_TOTAL_ACT_NON_BILLABLE_VALUEColumn Defines the column for the TS_TOTAL_ACT_NON_BILLABLE_VALUE field.
Public property TS_TOTAL_ACT_OVT_VALUEColumn Defines the column for the TS_TOTAL_ACT_OVT_VALUE field.
Public property TS_TOTAL_ACT_VALUEColumn Defines the column for the TS_TOTAL_ACT_VALUE field.
Public property TS_UIDColumn Defines the column for the TS_UID field.
Public property WPRD_FINISH_DATEColumn Defines the column for the WPRD_FINISH_DATE field.
Public property WPRD_NAMEColumn Defines the column for the WPRD_NAME field.
Public property WPRD_START_DATEColumn Defines the column for the WPRD_START_DATE field.
Public property WPRD_UIDColumn Defines the column for the WPRD_UID field.

Top

Methods

  Name Description
Public method AcceptChanges (Inherited from DataTable.)
Public method AddTimesheetsRow Adds a TimesheetsRow object to the TimesheetsDataTable.
Public method BeginInit (Inherited from DataTable.)
Public method BeginLoadData (Inherited from DataTable.)
Public method Clear (Inherited from DataTable.)
Public method Clone Clones the structure of the TimesheetsDataTable, including all TimesheetsDataTable schemas and constraints. (Overrides DataTable.Clone().)
Public method Compute (Inherited from DataTable.)
Public method Copy (Inherited from DataTable.)
Public method CreateDataReader (Inherited from DataTable.)
Protected method CreateInstance Returns a new instance of a TimesheetsDataTable. (Overrides DataTable.CreateInstance().)
Public method Dispose() (Inherited from MarshalByValueComponent.)
Protected method Dispose(Boolean) (Inherited from MarshalByValueComponent.)
Public method EndInit (Inherited from DataTable.)
Public method EndLoadData (Inherited from DataTable.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from MarshalByValueComponent.)
Public method FindByRES_UIDWPRD_UID Gets the TimesheetsRow object that is specified by the resource and the timesheet period.
Public method GetChanges() (Inherited from DataTable.)
Public method GetChanges(DataRowState) (Inherited from DataTable.)
Public method GetEnumerator Gets an enumerator that can be used to iterate through the rows of the TimesheetsDataTable.
Public method GetErrors (Inherited from DataTable.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData (Inherited from DataTable.)
Protected method GetRowType Returns the type of the TimesheetsRow. (Overrides DataTable.GetRowType().)
Protected method GetSchema (Inherited from DataTable.)
Public method GetService (Inherited from MarshalByValueComponent.)
Public method GetType (Inherited from Object.)
Public methodStatic member GetTypedTableSchema This member is reserved for internal use and is not intended to be used directly from your code.
Public method ImportRow (Inherited from DataTable.)
Public method Load(IDataReader) (Inherited from DataTable.)
Public method Load(IDataReader, LoadOption) (Inherited from DataTable.)
Public method Load(IDataReader, LoadOption, FillErrorEventHandler) (Inherited from DataTable.)
Public method LoadDataRow([], Boolean) (Inherited from DataTable.)
Public method LoadDataRow([], LoadOption) (Inherited from DataTable.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Merge(DataTable) (Inherited from DataTable.)
Public method Merge(DataTable, Boolean) (Inherited from DataTable.)
Public method Merge(DataTable, Boolean, MissingSchemaAction) (Inherited from DataTable.)
Public method NewRow (Inherited from DataTable.)
Protected method NewRowArray (Inherited from DataTable.)
Protected method NewRowFromBuilder (Overrides DataTable.NewRowFromBuilder(DataRowBuilder).)
Public method NewTimesheetsRow Creates a new TimesheetsRow.
Protected method OnColumnChanged (Inherited from DataTable.)
Protected method OnColumnChanging (Inherited from DataTable.)
Protected method OnPropertyChanging (Inherited from DataTable.)
Protected method OnRemoveColumn (Inherited from DataTable.)
Protected method OnRowChanged A post-event handler for the TimesheetsRowChanged event. (Overrides DataTable.OnRowChanged(DataRowChangeEventArgs).)
Protected method OnRowChanging A pre-event handler for the TimesheetsRowChanging event. (Overrides DataTable.OnRowChanging(DataRowChangeEventArgs).)
Protected method OnRowDeleted A post-event handler for the TimesheetsRowDeleted event. (Overrides DataTable.OnRowDeleted(DataRowChangeEventArgs).)
Protected method OnRowDeleting A pre-event handler for the TimesheetsRowDeleting event. (Overrides DataTable.OnRowDeleting(DataRowChangeEventArgs).)
Protected method OnTableCleared (Inherited from DataTable.)
Protected method OnTableClearing (Inherited from DataTable.)
Protected method OnTableNewRow (Inherited from DataTable.)
Public method ReadXml(Stream) (Inherited from DataTable.)
Public method ReadXml(TextReader) (Inherited from DataTable.)
Public method ReadXml(String) (Inherited from DataTable.)
Public method ReadXml(XmlReader) (Inherited from DataTable.)
Public method ReadXmlSchema(Stream) (Inherited from DataTable.)
Public method ReadXmlSchema(TextReader) (Inherited from DataTable.)
Public method ReadXmlSchema(String) (Inherited from DataTable.)
Public method ReadXmlSchema(XmlReader) (Inherited from DataTable.)
Protected method ReadXmlSerializable (Inherited from DataTable.)
Public method RejectChanges (Inherited from DataTable.)
Public method RemoveTimesheetsRow Deletes the specified TimesheetsRow from the TimesheetsDataTable.
Public method Reset (Inherited from DataTable.)
Public method Select() (Inherited from DataTable.)
Public method Select(String) (Inherited from DataTable.)
Public method Select(String, String) (Inherited from DataTable.)
Public method Select(String, String, DataViewRowState) (Inherited from DataTable.)
Public method ToString (Inherited from DataTable.)
Public method WriteXml(Stream) (Inherited from DataTable.)
Public method WriteXml(TextWriter) (Inherited from DataTable.)
Public method WriteXml(XmlWriter) (Inherited from DataTable.)
Public method WriteXml(String) (Inherited from DataTable.)
Public method WriteXml(Stream, Boolean) (Inherited from DataTable.)
Public method WriteXml(TextWriter, Boolean) (Inherited from DataTable.)
Public method WriteXml(XmlWriter, Boolean) (Inherited from DataTable.)
Public method WriteXml(String, Boolean) (Inherited from DataTable.)
Public method WriteXml(Stream, XmlWriteMode) (Inherited from DataTable.)
Public method WriteXml(TextWriter, XmlWriteMode) (Inherited from DataTable.)
Public method WriteXml(XmlWriter, XmlWriteMode) (Inherited from DataTable.)
Public method WriteXml(String, XmlWriteMode) (Inherited from DataTable.)
Public method WriteXml(Stream, XmlWriteMode, Boolean) (Inherited from DataTable.)
Public method WriteXml(TextWriter, XmlWriteMode, Boolean) (Inherited from DataTable.)
Public method WriteXml(XmlWriter, XmlWriteMode, Boolean) (Inherited from DataTable.)
Public method WriteXml(String, XmlWriteMode, Boolean) (Inherited from DataTable.)
Public method WriteXmlSchema(Stream) (Inherited from DataTable.)
Public method WriteXmlSchema(TextWriter) (Inherited from DataTable.)
Public method WriteXmlSchema(XmlWriter) (Inherited from DataTable.)
Public method WriteXmlSchema(String) (Inherited from DataTable.)
Public method WriteXmlSchema(Stream, Boolean) (Inherited from DataTable.)
Public method WriteXmlSchema(TextWriter, Boolean) (Inherited from DataTable.)
Public method WriteXmlSchema(XmlWriter, Boolean) (Inherited from DataTable.)
Public method WriteXmlSchema(String, Boolean) (Inherited from DataTable.)

Top

Events

  Name Description
Public event ColumnChanged (Inherited from DataTable.)
Public event ColumnChanging (Inherited from DataTable.)
Public event Disposed (Inherited from MarshalByValueComponent.)
Public event Initialized (Inherited from DataTable.)
Public event RowChanged (Inherited from DataTable.)
Public event RowChanging (Inherited from DataTable.)
Public event RowDeleted (Inherited from DataTable.)
Public event RowDeleting (Inherited from DataTable.)
Public event TableCleared (Inherited from DataTable.)
Public event TableClearing (Inherited from DataTable.)
Public event TableNewRow (Inherited from DataTable.)
Public event TimesheetsRowChanged The post-event that occurs after the row is changed.
Public event TimesheetsRowChanging The pre-event that occurs before the row is changed.
Public event TimesheetsRowDeleted The post-event that occurs after the row is deleted.
Public event TimesheetsRowDeleting The pre-event that occurs before the row is deleted.

Top

Extension Methods

  Name Description
Public Extension Method BuildChainedIndex<TKey> Reserved for internal use. (Defined by PSUtility.)
Public Extension Method BuildIndex<TKey> Reserved for internal use. (Defined by PSUtility.)
Public Extension Method GetTemporaryColumnName Reserved for internal use. (Defined by PSUtility.)
Public Extension Method HasColumn Reserved for internal use. (Defined by PSUtility.)

Top

Fields

  Name Description
Protected field fInitInProgress (Inherited from DataTable.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IListSource.ContainsListCollection (Inherited from DataTable.)
Explicit interface implemetationPrivate method IListSource.GetList (Inherited from DataTable.)
Explicit interface implemetationPrivate method IXmlSerializable.GetSchema (Inherited from DataTable.)
Explicit interface implemetationPrivate method IXmlSerializable.ReadXml (Inherited from DataTable.)
Explicit interface implemetationPrivate method IXmlSerializable.WriteXml (Inherited from DataTable.)

Top

See Also

Reference

TimesheetListDataSet.TimesheetsDataTable Class

TimeSheet Web Service