ObjectLinkProviderDataSet.WebObjectLinksRow Members
Include Protected Members
Include Inherited Members
Contains the data for one link between a web object and a project or task.
The ObjectLinkProviderDataSet.WebObjectLinksRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
CREATED_DATE | Specifies the creation date of the web object link. | |
HasErrors | (Inherited from DataRow.) | |
Item[Int32] | (Inherited from DataRow.) | |
Item[String] | (Inherited from DataRow.) | |
Item[DataColumn] | (Inherited from DataRow.) | |
Item[Int32, DataRowVersion] | (Inherited from DataRow.) | |
Item[String, DataRowVersion] | (Inherited from DataRow.) | |
Item[DataColumn, DataRowVersion] | (Inherited from DataRow.) | |
ItemArray | (Inherited from DataRow.) | |
MOD_DATE | Specifies the last modification date and time for the web object link. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) | |
WOBJLINK_OBJECT1 | Specifies the unique identifier of the project or task to which a web object is linked. | |
WOBJLINK_OBJECT2 | Specifies the unique identifier of the web object to which a project or task is linked. | |
WOBJLINK_TYPE | Specifies the type of link for the web object. | |
WOBJLINK_UID | Specifies the unique identifier for the web object link. |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top