The following tables list the members exposed by ItemsInfoTableDataTable.
Protected Constructors
Name | Description | |
---|---|---|
ItemsInfoTableDataTable | Initializes a new instance of this class. |
Public Methods
Name | Description | |
---|---|---|
AddItemsInfoTableRow | Adds a row to this ItemsInfoTableDataTable. | |
Clone | Creates a new object that is a copy of the current instance. | |
FindById | Finds the row with the given Id value. | |
GetEnumerator | Returns an enumerator that iterates through the rows for this ItemsInfoTableDataTable. | |
GetTypedTableSchema | Gets a System.Xml.Schema.XmlSchemaComplexType that represents the complexType element from XML Schema as specified by the World Wide Web Consortium. | |
Item | Gets the ItemsInfoTableRow at the specified index from this ItemsInfoTableDataTable. | |
NewItemsInfoTableRow | Creates a new ItemsInfoTableRow. | |
RemoveItemsInfoTableRow | Removes the specified row. |
Protected Methods
Name | Description | |
---|---|---|
CreateInstance | Creates an uninitialized ItemsInfoTableDataTable. | |
GetRowType | Use this method to get the type of data allowed in the ItemsInfoTableDataTable table row. | |
NewRowFromBuilder | Creates a new System.Data.DataRow. | |
OnRowChanged | Raises the ItemsInfoTableRowChanged event. | |
OnRowChanging | Raises the ItemsInfoTableRowChanging event. | |
OnRowDeleted | Raises the ItemsInfoTableRowDeleted event. | |
OnRowDeleting | Raises the ItemsInfoTableRowDeleting event. |
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of rows in the table. | |
CreationDateColumn | Gets the System.Data.DataColumn that represents the table Creation Date column. | |
DependencyColumn | Gets the System.Data.DataColumn that represents the table Dependency column. | |
EncryptedColumn | Gets the System.Data.DataColumn that represents the table Encrypted column. | |
IdColumn | Gets the System.Data.DataColumn that represents the table ID column. | |
PriorityColumn | Gets the System.Data.DataColumn that represents the table Priority column. |
Public Events
Name | Description | |
---|---|---|
ItemsInfoTableRowChanged | Occurs after a DataRow has been changed successfully. | |
ItemsInfoTableRowChanging | Occurs when a DataRow is changing. | |
ItemsInfoTableRowDeleted | Occurs after a DataRow has been deleted successfully. | |
ItemsInfoTableRowDeleting | Occurs before a row in the table is about to be deleted. |