StatusingDataSet.AssnCustomFieldsDataTable Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents status information about assignment custom fields that is contained in one or more StatusingDataSet.AssnCustomFieldsRow objects.
public: ref class StatusingDataSet::AssnCustomFieldsDataTable : System::Data::DataTable, System::Collections::IEnumerable
[Serializable]
public class StatusingDataSet.AssnCustomFieldsDataTable : System.Data.DataTable, System.Collections.IEnumerable
type StatusingDataSet.AssnCustomFieldsDataTable = class
inherit DataTable
interface IEnumerable
Public Class StatusingDataSet.AssnCustomFieldsDataTable
Inherits DataTable
Implements IEnumerable
- Inheritance
-
StatusingDataSet.AssnCustomFieldsDataTable
- Attributes
-
SerializableAttribute
- Implements
Constructors
| StatusingDataSet.AssnCustomFieldsDataTable() |
Creates an instance of the AssnCustomFieldsDataTable class. |
| StatusingDataSet.AssnCustomFieldsDataTable(SerializationInfo, StreamingContext) |
Creates an instance of the AssnCustomFieldsDataTable class by using separate parameters. |
Properties
| ASSN_UIDColumn |
Defines the column for the ASSN_UID field. |
| CODE_VALUEColumn |
Defines the column for the WebSvcStatusing.StatusingDataSet.AssignmentsRow.CODE_VALUE field. |
| Count |
Gets the number of row objects in the AssnCustomFieldsDataTable. |
| CUSTOM_FIELD_UIDColumn |
Defines the column for the WebSvcStatusing.StatusingDataSet.AssignmentsRow.CUSTOM_FIELD_UID field. |
| DATE_VALUEColumn |
Defines the column for the WebSvcStatusing.StatusingDataSet.AssignmentsRow.DATE_VALUE field. |
| DUR_FMTColumn |
Defines the column for the WebSvcStatusing.StatusingDataSet.AssignmentsRow.DUR_FMT field. |
| DUR_VALUEColumn |
Defines the column for the WebSvcStatusing.StatusingDataSet.AssignmentsRow.DUR_VALUE field. |
| FIELD_TYPE_ENUMColumn |
Defines the column for the WebSvcStatusing.StatusingDataSet.AssignmentsRow.FIELD_TYPE_ENUM field. |
| FLAG_VALUEColumn |
Defines the column for the WebSvcStatusing.StatusingDataSet.AssignmentsRow.FLAG_VALUE field. |
| INDICATOR_VALUEColumn |
Defines the column for the WebSvcStatusing.StatusingDataSet.AssignmentsRow.INDICATOR_VALUE field. |
| Item[Int32] |
Gets a row in the AssnCustomFieldsDataTable, where the row is specified by an index. |
| MD_PROP_IDColumn |
Defines the column for the WebSvcStatusing.StatusingDataSet.AssignmentsRow.MD_PROP_ID field. |
| MD_PROP_UIDColumn |
Defines the column for the WebSvcStatusing.StatusingDataSet.AssignmentsRow.MD_PROP_UID field. |
| NUM_VALUEColumn |
Defines the column for the WebSvcStatusing.StatusingDataSet.AssignmentsRow.NUM_VALUE field. |
| PROJ_UIDColumn |
Defines the column for the PROJ_UID field. |
| TEXT_VALUEColumn |
Defines the column for the WebSvcStatusing.StatusingDataSet.AssignmentsRow.TEXT_VALUE field. |
Methods
| AddAssnCustomFieldsRow(Guid, Guid, Guid, Guid, Int32, Byte, Boolean, String, DateTime, Guid, Int32, Decimal, Byte, Int32) |
This member is reserved for internal use and is not intended to be used directly from your code. |
| AddAssnCustomFieldsRow(StatusingDataSet+AssnCustomFieldsRow) |
Adds an AssnCustomFieldsRow object to the AssnCustomFieldsDataTable. |
| Clone() | |
| CreateInstance() | |
| FindByCUSTOM_FIELD_UID(Guid) |
Retrieves an AssnCustomFieldsRow object by using the specified custom field GUID. |
| GetEnumerator() |
Gets an enumerator that can be used to iterate through the rows of the AssnCustomFieldsDataTable. |
| GetRowType() | |
| GetTypedTableSchema(XmlSchemaSet) |
This member is reserved for internal use and is not intended to be used directly from your code. |
| NewAssnCustomFieldsRow() |
Creates a row object in the AssnCustomFieldsDataTable. |
| NewRowFromBuilder(DataRowBuilder) | |
| OnRowChanged(DataRowChangeEventArgs) | |
| OnRowChanging(DataRowChangeEventArgs) | |
| OnRowDeleted(DataRowChangeEventArgs) | |
| OnRowDeleting(DataRowChangeEventArgs) | |
| RemoveAssnCustomFieldsRow(StatusingDataSet+AssnCustomFieldsRow) |
Deletes a row object from the AssnCustomFieldsDataTable. |
Events
| AssnCustomFieldsRowChanged |
The post-event that occurs after a row is changed. |
| AssnCustomFieldsRowChanging |
The pre-event that occurs before a row is changed. |
| AssnCustomFieldsRowDeleted |
The post-event that occurs after a row is deleted. |
| AssnCustomFieldsRowDeleting |
The pre-event that occurs before a row is deleted. |