AssnHistoryDataSet.HistoryRow Members

Include Protected Members
Include Inherited Members

Represents assignment history information as a row in the AssnHistoryDataSet.HistoryDataTable object.

The AssnHistoryDataSet.HistoryRow type exposes the following members.

Properties

  Name Description
Public property ASSN_CHANGE_DATA Gets or sets the history of assignment changes in a transaction.
Public property ASSN_TRANS_ACTION_ENUM Gets or sets a value that specifies the decision the project manager has taken for a transaction.
Public property ASSN_TRANS_AUTHOR_RES_UID Gets or sets the GUID of the resource that created the transaction.
Public property ASSN_TRANS_COMMENT Gets or sets the comment made by the user for a transaction.
Public property ASSN_TRANS_COMMENT_TYPE_ENUM This member is reserved for internal use and is not intended to be used directly from your code.
Public property ASSN_TRANS_DATE_ENTERED Specifies the date when the transaction was created.
Public property ASSN_TRANS_DELEGATE_DATE Indicates the date and time of the delegation assignment for the specified transaction.
Public property ASSN_TRANS_SUBMIT_DATE Specifies the date when the transaction was submitted.
Public property ASSN_TRANS_TYPE_ENUM Gets or sets the value that specifies the type of transaction.
Public property ASSN_TRANS_UID Gets or sets the transaction GUID.
Public property ASSN_TRANS_UPDATE_DATE Gets the date when the transaction was applied to the project plan.
Public property HasErrors (Inherited from DataRow.)
Public property Item[Int32] (Inherited from DataRow.)
Public property Item[String] (Inherited from DataRow.)
Public property Item[DataColumn] (Inherited from DataRow.)
Public property Item[Int32, DataRowVersion] (Inherited from DataRow.)
Public property Item[String, DataRowVersion] (Inherited from DataRow.)
Public property Item[DataColumn, DataRowVersion] (Inherited from DataRow.)
Public property ItemArray (Inherited from DataRow.)
Public property RES_NAME Gets or sets the name of a resource.
Public property RES_NAME_DELEGATEE Gets or sets the name of the resource to which the assignment is being delegated.
Public property RowError (Inherited from DataRow.)
Public property RowState (Inherited from DataRow.)
Public property Table (Inherited from DataRow.)
Public property TASK_CHANGE_DATA Gets or sets the value that specifies the history of task changes in a transaction.
Public property WASSN_UPDATE_TRACKING_MODE Gets or sets the value that specifies the tracking method of the assignment.

Top

Methods

  Name Description
Public method AcceptChanges (Inherited from DataRow.)
Public method BeginEdit (Inherited from DataRow.)
Public method CancelEdit (Inherited from DataRow.)
Public method ClearErrors (Inherited from DataRow.)
Public method Delete (Inherited from DataRow.)
Public method EndEdit (Inherited from DataRow.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetChildRows(String) (Inherited from DataRow.)
Public method GetChildRows(DataRelation) (Inherited from DataRow.)
Public method GetChildRows(String, DataRowVersion) (Inherited from DataRow.)
Public method GetChildRows(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetColumnError(Int32) (Inherited from DataRow.)
Public method GetColumnError(String) (Inherited from DataRow.)
Public method GetColumnError(DataColumn) (Inherited from DataRow.)
Public method GetColumnsInError (Inherited from DataRow.)
Public method GetHashCode (Inherited from Object.)
Public method GetParentRow(String) (Inherited from DataRow.)
Public method GetParentRow(DataRelation) (Inherited from DataRow.)
Public method GetParentRow(String, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRow(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRows(String) (Inherited from DataRow.)
Public method GetParentRows(DataRelation) (Inherited from DataRow.)
Public method GetParentRows(String, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRows(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetType (Inherited from Object.)
Public method HasVersion (Inherited from DataRow.)
Public method IsASSN_CHANGE_DATANull Determines whether the ASSN_CHANGE_DATA property is set to a a null reference (Nothing in Visual Basic) value.
Public method IsASSN_TRANS_AUTHOR_RES_UIDNull Determines whether the ASSN_TRANS_AUTHOR_RES_UID property is set to a a null reference (Nothing in Visual Basic) value.
Public method IsASSN_TRANS_COMMENTNull Determines whether the ASSN_TRANS_COMMENT property is set to a a null reference (Nothing in Visual Basic) value.
Public method IsASSN_TRANS_DELEGATE_DATENull Determines whether the ASSN_TRANS_DELEGATE_DATE property is set to a a null reference (Nothing in Visual Basic) value.
Public method IsASSN_TRANS_UPDATE_DATENull Determines whether the ASSN_TRANS_UPDATE_DATE property is set to a a null reference (Nothing in Visual Basic) value.
Public method IsNull(Int32) (Inherited from DataRow.)
Public method IsNull(String) (Inherited from DataRow.)
Public method IsNull(DataColumn) (Inherited from DataRow.)
Public method IsNull(DataColumn, DataRowVersion) (Inherited from DataRow.)
Public method IsRES_NAME_DELEGATEENull Determines whether the RES_NAME_DELEGATEE property is set to a a null reference (Nothing in Visual Basic) value.
Public method IsTASK_CHANGE_DATANull Determines whether the TASK_CHANGE_DATA property is set to a a null reference (Nothing in Visual Basic) value.
Public method IsWASSN_UPDATE_TRACKING_MODENull Determines whether the WASSN_UPDATE_TRACKING_MODE property is set to a a null reference (Nothing in Visual Basic) value.
Protected method MemberwiseClone (Inherited from Object.)
Public method RejectChanges (Inherited from DataRow.)
Public method SetAdded (Inherited from DataRow.)
Public method SetASSN_CHANGE_DATANull Sets the ASSN_CHANGE_DATA property to a a null reference (Nothing in Visual Basic) value.
Public method SetASSN_TRANS_AUTHOR_RES_UIDNull Sets the ASSN_TRANS_AUTHOR_RES_UID property to a a null reference (Nothing in Visual Basic) value.
Public method SetASSN_TRANS_COMMENTNull Sets the ASSN_TRANS_COMMENT property to a a null reference (Nothing in Visual Basic) value.
Public method SetASSN_TRANS_DELEGATE_DATENull Sets the ASSN_TRANS_DELEGATE_DATE property to a a null reference (Nothing in Visual Basic) value.
Public method SetASSN_TRANS_UPDATE_DATENull Sets the ASSN_TRANS_UPDATE_DATE property to a a null reference (Nothing in Visual Basic) value.
Public method SetColumnError(Int32, String) (Inherited from DataRow.)
Public method SetColumnError(String, String) (Inherited from DataRow.)
Public method SetColumnError(DataColumn, String) (Inherited from DataRow.)
Public method SetModified (Inherited from DataRow.)
Protected method SetNull (Inherited from DataRow.)
Public method SetParentRow(DataRow) (Inherited from DataRow.)
Public method SetParentRow(DataRow, DataRelation) (Inherited from DataRow.)
Public method SetRES_NAME_DELEGATEENull Sets the RES_NAME_DELEGATEE property to a a null reference (Nothing in Visual Basic) value.
Public method SetTASK_CHANGE_DATANull Sets the TASK_CHANGE_DATA property to a a null reference (Nothing in Visual Basic) value.
Public method SetWASSN_UPDATE_TRACKING_MODENull Sets the WASSN_UPDATE_TRACKING_MODE property to a a null reference (Nothing in Visual Basic) value.
Public method ToString (Inherited from Object.)

Top

Extension Methods

  Name Description
Public Extension Method GetValue<T> Reserved for internal use. (Defined by PSUtility.)

Top

See Also

Reference

AssnHistoryDataSet.HistoryRow Class

Statusing Web Service