The following tables list the members exposed by DicomEventLogDataSet.
Protected Constructors
Name | Description | |
---|---|---|
DicomEventLogDataSet | Initializes a new instance of the DicomEventLogDataSet class. |
Public Methods
Name | Description | |
---|---|---|
Clone | Copies the structure of the DicomEventLogDataSet, including all DataTable schemas, relations, and constraints. Does not copy any data. | |
DICOMServerEventLogRowChangeEventHandler | Represents the method that will handle the DICOMServerEventLogRowChanged, DICOMServerEventLogRowChanging, DICOMServerEventLogRowDeleting, and DICOMServerEventLogRowDeleted events of a DicomEventLogDataSet.DICOMServerEventLogDataTable. | |
|
GetTypedDataSetSchema | This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Protected Methods
Name | Description | |
---|---|---|
GetSchemaSerializable | This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
InitializeDerivedDataSet | This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
ReadXmlSerializable | This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeRelations | Gets a value indicating whether Relations property should be persisted. | |
ShouldSerializeTables | Gets a value indicating whether Tables property should be persisted. |
Public Properties
Name | Description | |
---|---|---|
DICOMServerEventLog | Gets a strongly typed System.Data.DataTable for the physical DICOM Event Log Table. | |
Relations | Get the collection of relations that link tables and allow navigation from parent tables to child tables. | |
SchemaSerializationMode | Gets or sets a SchemaSerializationMode for this DicomEventLogDataSet. | |
Tables | Gets the collection of tables contained in the DicomEventLogDataSet. |
Nested Classes
Name | Description | |
---|---|---|
DICOMServerEventLogDataTable | Represents one table of in-memory DICOM Event Logs data. | |
DICOMServerEventLogRow | Represents a row of DICOM Event Log data in a DicomEventLogDataSet.DICOMServerEventLogDataTable. | |
DICOMServerEventLogRowChangeEvent | Provides data for the DICOMServerEventLogRowChanged, DICOMServerEventLogRowChanging, DICOMServerEventLogRowDeleting, and DICOMServerEventLogRowDeleted events. |