Share via


StatusApprovalDataSet.StatusApprovalsDataTable members

Represents information about project approval status that is contained in one or more StatusApprovalDataSet.StatusApprovalsRow objects.

The StatusApprovalDataSet.StatusApprovalsDataTable type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property ASSN_ACT_WORKColumn Defines the column for the ASSN_ACT_WORK field.
Public property ASSN_CHANGE_DATAColumn Defines the column for the ASSN_CHANGE_DATA field.
Public property ASSN_ERROR_STATUSColumn Defines the column for the ASSN_ERROR_STATUS field.
Public property ASSN_ERROR_TOOLTIPColumn Defines the column for the ASSN_ERROR_TOOLTIP field.
Public property ASSN_FINISH_DATEColumn Defines the column for the ASSN_FINISH_DATE field.
Public property ASSN_PCT_WORK_COMPLETEColumn Defines the column for the ASSN_PCT_WORK_COMPLETE field.
Public property ASSN_REM_WORKColumn Defines the column for the ASSN_REM_WORK field.
Public property ASSN_START_DATEColumn Defines the column for the ASSN_START_DATE field.
Public property ASSN_TEAM_STATUS_PENDINGColumn Defines the column for the ASSN_TEAM_STATUS_PENDING field.
Public property ASSN_TRANS_ACTION_ENUMColumn Defines the column for the ASSN_TRANS_ACTION_ENUM field.
Public property ASSN_TRANS_COMMENTColumn Defines the column for the ASSN_TRANS_COMMENT field.
Public property ASSN_TRANS_SUBMIT_DATEColumn Defines the column for the ASSN_TRANS_SUBMIT_DATE field.
Public property ASSN_TRANS_TYPE_ENUMColumn Defines the column for the ASSN_TRANS_TYPE_ENUM field.
Public property ASSN_TRANS_UIDColumn Defines the column for the ASSN_TRANS_UID field.
Public property ASSN_UIDColumn Defines the column for the ASSN_UID field.
Public property ASSN_WORKColumn Defines the column for the ASSN_WORK field.
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 StatusApprovalsDataTable.
Public property CREATED_DATEColumn Defines the column for the CREATED_DATE field.
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 IS_ASSNColumn Defines the column for the IS_ASSN field.
Public property IS_PUBLISHEDColumn Defines the column for the IS_PUBLISHED field.
Public property IsInitialized (Inherited from DataTable.)
Public property Item Gets a row in the StatusApprovalsDataTable, where the row is specified by an index.
Public property Locale (Inherited from DataTable.)
Public property MinimumCapacity (Inherited from DataTable.)
Public property MOD_DATEColumn Defines the column for the MOD_DATE field.
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 PROJ_NAMEColumn Defines the column for the PROJ_NAME field.
Public property PROJ_UIDColumn Defines the column for the PROJ_UID field.
Public property RemotingFormat (Inherited from DataTable.)
Public property RES_NAME_DELEGATEEColumn Defines the column for the RES_NAME_DELEGATEE field.
Public property RES_NAME_MANAGERColumn Defines the column for the RES_NAME_MANAGER field.
Public property RES_NAME_OWNERColumn Defines the column for the RES_NAME_OWNER field.
Public property RES_NAME_SUBMITTERColumn Defines the column for the RES_NAME_SUBMITTER field.
Public property RES_NAMEColumn Defines the column for the RES_NAME field.
Public property RES_TYPEColumn Defines the column for the RES_TYPE field.
Public property RES_UID_OWNERColumn Defines the column for the RES_UID_OWNER 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 TASK_CHANGE_DATAColumn Defines the column for the TASK_CHANGE_DATA field.
Public property TASK_IDColumn Defines the column for the TASK_ID field.
Public property TASK_IS_SUMMARYColumn Defines the column for the TASK_IS_SUMMARY field.
Public property TASK_NAMEColumn Defines the column for the TASK_NAME field.
Public property TASK_PARENT_UIDColumn Defines the column for the TASK_PARENT_UID field.
Public property TASK_UIDColumn Defines the column for the TASK_UID field.
Public property WASSN_IS_NEW_ASSNColumn Defines the column for the WASSN_IS_NEW_ASSN field.
Public property WASSN_NOTE_STATUSColumn Defines the column for the WASSN_NOTE_STATUS field.
Public property WASSN_REMOVED_BY_RESColumn Defines the column for the WASSN_REMOVED_BY_RES field.
Public property WOBJ_DOC_REF_CNTColumn Defines the column for the WOBJ_DOC_REF_CNT field.
Public property WOBJ_ISSUE_REF_CNTColumn Defines the column for the WOBJ_ISSUE_REF_CNT field.
Public property WOBJ_OTHER_REF_CNTColumn Defines the column for the WOBJ_OTHER_REF_CNT field.
Public property WOBJ_RISK_REF_CNTColumn Defines the column for the WOBJ_RISK_REF_CNT field.

Top

Methods

  Name Description
Public method AcceptChanges (Inherited from DataTable.)
Public method AddStatusApprovalsRow Adds a StatusApprovalsRow object to the StatusApprovalsDataTable.
Public method BeginInit (Inherited from DataTable.)
Public method BeginLoadData (Inherited from DataTable.)
Public method Clear (Inherited from DataTable.)
Public method Clone (Overrides DataTable.Clone().)
Public method Compute (Inherited from DataTable.)
Public method Copy (Inherited from DataTable.)
Public method CreateDataReader (Inherited from DataTable.)
Protected method CreateInstance (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 FindByASSN_UID Retrieves a StatusApprovalsRow object by using the specified assignment GUID.
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 StatusApprovalsDataTable.
Public method GetErrors (Inherited from DataTable.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData (Inherited from DataTable.)
Protected method GetRowType (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
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 NewStatusApprovalsRow Creates a row object in the StatusApprovalsDataTable.
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 (Overrides DataTable.OnRowChanged(DataRowChangeEventArgs).)
Protected method OnRowChanging (Overrides DataTable.OnRowChanging(DataRowChangeEventArgs).)
Protected method OnRowDeleted (Overrides DataTable.OnRowDeleted(DataRowChangeEventArgs).)
Protected method OnRowDeleting (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 RemoveStatusApprovalsRow Deletes the specified row object from the StatusApprovalsDataTable.
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 StatusApprovalsRowChanged The post-event that occurs after a row is changed.
Public event StatusApprovalsRowChanging The pre-event that occurs before a row is changed.
Public event StatusApprovalsRowDeleted The post-event that occurs after a row is deleted.
Public event StatusApprovalsRowDeleting The pre-event that occurs before a row is deleted.
Public event TableCleared (Inherited from DataTable.)
Public event TableClearing (Inherited from DataTable.)
Public event TableNewRow (Inherited from DataTable.)

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

StatusApprovalDataSet.StatusApprovalsDataTable class

WebSvcStatusing namespace