SyncErrorsDataSet.SyncErrorsDataTable members
Represents information about project synchronization errors that is contained in one or more SyncErrorsDataSet.SyncErrorsRow objects.
The SyncErrorsDataSet.SyncErrorsDataTable type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SyncErrorsDataSet.SyncErrorsDataTable() | Creates an instance of the SyncErrorsDataTable. | |
SyncErrorsDataSet.SyncErrorsDataTable(SerializationInfo, StreamingContext) | Creates an instance of the SyncErrorsDataSet class by using separate 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 row objects in SyncErrorsDataTable. | |
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 object in the SyncErrorsDataTable, 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.) | |
RemotingFormat | (Inherited from DataTable.) | |
Rows | (Inherited from DataTable.) | |
Site | (Inherited from DataTable.) | |
SYNC_ERROR_DATEColumn | Defines the column for the SYNC_ERROR_DATE field. | |
SYNC_ERROR_SEVERITY_ENUMColumn | Defines the column for the SYNC_ERROR_SEVERITY_ENUM field. | |
SYNC_ERROR_TYPE_ENUMColumn | Defines the column for the SYNC_ERROR_TYPE_ENUM field. | |
SYNC_ERROR_UIDColumn | Defines the column for the SYNC_ERROR_UID field. | |
SYNC_ERROR_XML_DATAColumn | Defines the column for the SYNC_ERROR_XML_DATA field. | |
SYNC_PROJ_UIDColumn | Defines the column for the SYNC_PROJ_UID field. | |
SYNC_TASK_UIDColumn | Defines the column for the SYNC_TASK_UID field. | |
SYNC_WSS_LIST_ITEM_IDColumn | Defines the column for the SYNC_WSS_LIST_ITEM_ID field. | |
SYNC_WSS_LIST_UIDColumn | Defines the column for the SYNC_WSS_LIST_UID field. | |
TableName | (Inherited from DataTable.) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
ColumnChanged | (Inherited from DataTable.) | |
ColumnChanging | (Inherited from DataTable.) | |
Disposed | (Inherited from MarshalByValueComponent.) | |
Initialized | (Inherited from DataTable.) | |
RowChanged | (Inherited from DataTable.) | |
RowChanging | (Inherited from DataTable.) | |
RowDeleted | (Inherited from DataTable.) | |
RowDeleting | (Inherited from DataTable.) | |
SyncErrorsRowChanged | The post-event that occurs after a row is changed. | |
SyncErrorsRowChanging | The pre-event that occurs before a row is changed. | |
SyncErrorsRowDeleted | The post-event that occurs after a row is deleted. | |
SyncErrorsRowDeleting | The pre-event that occurs before a row is deleted. | |
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