←Select platform

DICOMServerEventLogDataTable Class

Summary

Represents one table of in-memory DICOM Event Logs data.

Syntax

C#
VB
C++
[SerializableAttribute()] 
[DefaultMemberAttribute("Item")] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] 
[XmlSchemaProviderAttribute("GetTypedTableSchema")] 
public class DICOMServerEventLogDataTable : TypedTableBase<DICOMServerEventLogRow> 
  
<GeneratedCodeAttribute(Tool="System.Data.Design.TypedDataSetGenerator", Version="2.0.0.0")> 
<DefaultMemberAttribute("Item")> 
<XmlSchemaProviderAttribute(MethodName="GetTypedTableSchema", IsAny=False)> 
<SerializableAttribute()> 
Public Class DicomEventLogDataSet.DICOMServerEventLogDataTable  
   Inherits System.Data.TypedTableBase(Of DicomEventLogDataSet.DICOMServerEventLogRow) 
   Implements System.Collections.Generic.IEnumerable(Of DicomEventLogDataSet.DICOMServerEventLogRow), System.Collections.IEnumerable, System.ComponentModel.IComponent, System.ComponentModel.IListSource, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification, System.IDisposable, System.IServiceProvider, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
[GeneratedCodeAttribute(Tool="System.Data.Design.TypedDataSetGenerator", Version="2.0.0.0")] 
[DefaultMemberAttribute("Item")] 
[XmlSchemaProviderAttribute(MethodName="GetTypedTableSchema", IsAny=false)] 
[SerializableAttribute()] 
public ref class DicomEventLogDataSet.DICOMServerEventLogDataTable : public System.Data.TypedTableBase<DicomEventLogDataSet.DICOMServerEventLogRow>, System.Collections.Generic.IEnumerable<DicomEventLogDataSet.DICOMServerEventLogRow>, System.Collections.IEnumerable, System.ComponentModel.IComponent, System.ComponentModel.IListSource, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification, System.IDisposable, System.IServiceProvider, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable   

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly