ProjectWSSInfoDataSet.ProjWssInfoDataTable members
Contains a collection of project site and SharePoint site interoperability data associated with a Project Web App site.
The ProjectWSSInfoDataSet.ProjWssInfoDataTable type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProjectWSSInfoDataSet.ProjWssInfoDataTable() | Creates an instance of the ProjWssInfoDataTable class. | |
ProjectWSSInfoDataSet.ProjWssInfoDataTable(SerializationInfo, StreamingContext) | Creates an instance of the ProjWssInfoDataTable class using the specified parameters. |
Top
Properties
Name | Description | |
---|---|---|
CaseSensitive | (Inherited from DataTable.) | |
ChildRelations | (Inherited from DataTable.) | |
Columns | (Inherited from DataTable.) | |
Constraints | (Inherited from DataTable.) | |
Container | (Inherited from MarshalByValueComponent.) | |
Count | Gets the number of rows in the ProjWssInfoDataTable. | |
DataSet | (Inherited from DataTable.) | |
DefaultView | (Inherited from DataTable.) | |
DesignMode | (Inherited from MarshalByValueComponent.) | |
DisplayExpression | (Inherited from DataTable.) | |
Events | (Inherited from MarshalByValueComponent.) | |
ExtendedProperties | (Inherited from DataTable.) | |
HasErrors | (Inherited from DataTable.) | |
IsInitialized | (Inherited from DataTable.) | |
Item | Gets a row in the ProjWssInfoDataTable, where the row is specified by an index. | |
Locale | (Inherited from DataTable.) | |
MinimumCapacity | (Inherited from DataTable.) | |
Namespace | (Inherited from DataTable.) | |
ParentRelations | (Inherited from DataTable.) | |
Prefix | (Inherited from DataTable.) | |
PrimaryKey | (Inherited from DataTable.) | |
PROJECT_COMMITMENTS_URLColumn | Defines the column for the PROJECT_COMMITMENTS_URL property. | |
PROJECT_DOCUMENTS_URLColumn | Defines the column for the PROJECT_DOCUMENTS_URL property. | |
PROJECT_ISSUES_URLColumn | Defines the column for the PROJECT_ISSUES_URL property. | |
PROJECT_NAMEColumn | Defines the column for the PROJECT_NAME property. | |
PROJECT_RISKS_URLColumn | Defines the column for the PROJECT_RISKS_URL property. | |
PROJECT_UIDColumn | Defines the column for the PROJECT_UID property. | |
PROJECT_WORKSPACE_NAMEColumn | Defines the column for the PROJECT_WORKSPACE_NAME property. | |
PROJECT_WORKSPACE_URLColumn | Defines the column for the PROJECT_WORKSPACE_URL property. | |
PROJECT_WORKSPACE_VSERVER_URLColumn | Defines the column for the PROJECT_WORKSPACE_VSERVER_URL property. | |
RemotingFormat | (Inherited from DataTable.) | |
Rows | (Inherited from DataTable.) | |
Site | (Inherited from DataTable.) | |
TableName | (Inherited from DataTable.) | |
WSS_PWA_ADMIN_ROLE_IDColumn | Defines the column for the WSS_PWA_ADMIN_ROLE_ID property. | |
WSS_PWA_PROJECT_MANAGER_ROLE_IDColumn | Defines the column for the WSS_PWA_PROJECT_MANAGER_ROLE_ID property. | |
WSS_PWA_READER_ROLE_IDColumn | Defines the column for the WSS_PWA_READER_ROLE_ID property. | |
WSS_PWA_TEAM_MEMBER_ROLE_IDColumn | Defines the column for the WSS_PWA_TEAM_MEMBER_ROLE_ID property. | |
WSS_SERVER_UIDColumn | Defines the column for the WSS_SERVER_UID property. |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
ColumnChanged | (Inherited from DataTable.) | |
ColumnChanging | (Inherited from DataTable.) | |
Disposed | (Inherited from MarshalByValueComponent.) | |
Initialized | (Inherited from DataTable.) | |
ProjWssInfoRowChanged | Post-event that occurs after a row is changed. | |
ProjWssInfoRowChanging | Pre-event that occurs before a row is changed. | |
ProjWssInfoRowDeleted | Post-event that occurs after a row is deleted. | |
ProjWssInfoRowDeleting | Pre-event that occurs before a row is deleted. | |
RowChanged | (Inherited from DataTable.) | |
RowChanging | (Inherited from DataTable.) | |
RowDeleted | (Inherited from DataTable.) | |
RowDeleting | (Inherited from DataTable.) | |
TableCleared | (Inherited from DataTable.) | |
TableClearing | (Inherited from DataTable.) | |
TableNewRow | (Inherited from DataTable.) |
Top
Fields
Name | Description | |
---|---|---|
fInitInProgress | (Inherited from DataTable.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IListSource.ContainsListCollection | (Inherited from DataTable.) | |
IListSource.GetList | (Inherited from DataTable.) | |
IXmlSerializable.GetSchema | (Inherited from DataTable.) | |
IXmlSerializable.ReadXml | (Inherited from DataTable.) | |
IXmlSerializable.WriteXml | (Inherited from DataTable.) |
Top