The following tables list the members exposed by DICOMServerEventLogDataTable.
Protected Constructors
| Name | Description | |
|---|---|---|
![]()  | 
	DICOMServerEventLogDataTable | Initializes a new instance of the DicomEventLogDataSet.DICOMServerEventLogDataTable class with the SerializationInfo and the StreamingContext. | 
Public Methods
| Name | Description | |
|---|---|---|
![]()  | 
	AddDICOMServerEventLogRow | Adds a new DICOMServerEventLogRow to the DataTable.Rows collection. | 
![]()  | 
	Clone | Clones the structure of the DicomEventLogDataSet.DICOMServerEventLogDataTable, including all DicomEventLogDataSet.DICOMServerEventLogDataTable schemas and constraints | 
![]()  | 
	FindByEventID | Find a DicomEventLogDataSet.DICOMServerEventLogRow in the System.Data.DataTable.Rows collection by the Event ID value. | 
 				![]()  | 
	GetTypedTableSchema | Returns the System.Xml.Schema.XmlSchemaComplexType for the DicomEventLogDataSet.DICOMServerEventLogDataTable. | 
![]()  | 
	NewDICOMServerEventLogRow | Creates an empty DicomEventLogDataSet.DICOMServerEventLogRow without adding it to the System.Data.DataTable.Rows collection. | 
![]()  | 
	RemoveDICOMServerEventLogRow | Removes a DicomEventLogDataSet.DICOMServerEventLogRow from the System.Data.DataTable.Rows collection. | 
Protected Methods
| Name | Description | |
|---|---|---|
![]()  | 
	CreateInstance | This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. | 
![]()  | 
	GetRowType | This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. | 
![]()  | 
	NewRowFromBuilder | Creates a new row from an existing row. | 
![]()  | 
	OnRowChanged | Raises the DICOMServerEventLogRowChanged event. | 
![]()  | 
	OnRowChanging | Raises the DICOMServerEventLogRowChanging event. | 
![]()  | 
	OnRowDeleted | Raises the DICOMServerEventLogRowDeleted event. | 
![]()  | 
	OnRowDeleting | Raises the DICOMServerEventLogRowDeleting event. | 
Public Properties
Public Events
| Name | Description | |
|---|---|---|
![]()  | 
	DICOMServerEventLogRowChanged | Occurs after a DicomEventLogDataSet.DICOMServerEventLogRow has been changed successfully. | 
![]()  | 
	DICOMServerEventLogRowChanging | Occurs when a DicomEventLogDataSet.DICOMServerEventLogRow is changing. | 
![]()  | 
	DICOMServerEventLogRowDeleted | Occurs after a DicomEventLogDataSet.DICOMServerEventLogRow in the table has been deleted. | 
![]()  | 
	DICOMServerEventLogRowDeleting | Occurs before a DicomEventLogDataSet.DICOMServerEventLogRow in the table is about to be deleted. | 
See Also