←Select platform

ExternalStoreDataTable Class Members

Summary

The following tables list the members exposed by ExternalStoreDataTable.

Protected Constructors

Name Description
ExternalStoreDataTable Initializes a new instance of this class.

Public Methods

Name Description
AddExternalStoreRow Adds a row to this ExternalStoreDataTable.
Clone Creates a new object that is a copy of the current instance.
FindBySOPInstanceUID Finds the row with the given SOP Instance UID value.
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 ExternalStoreRow at the specified index from this ExternalStoreDataTable.
NewExternalStoreRow Creates a new ExternalStoreRow.
RemoveExternalStoreRow Removes the specified row.

Protected Methods

Name Description
CreateInstance Creates an uninitialized ExternalStoreDataTable.
GetRowType Use this method to get the type of data allowed in the ExternalStoreDataTable table row.
NewRowFromBuilder Creates a new System.Data.DataRow.
OnRowChanged Raises the ExternalStoreRowChanged event.
OnRowChanging Raises the ExternalStoreRowChanging event.
OnRowDeleted Raises the ExternalStoreRowDeleted event.
OnRowDeleting Raises the ExternalStoreRowDeleting event.

Public Properties

Name Description
Count Gets the number of rows in the table.
ExpireDateColumn Gets the value of the Expire Date column for this row.
ExternalStoreGuidColumn Gets the value of the External Store GUID column for this row.
SOPInstanceUIDColumn Gets the value of the SOP Instance UID column for this row.
StoreDateColumn Gets the value of the Store Date column for this row.
StoreTokenColumn Gets the value of the Store Token column for this row.

Public Events

Name Description
ExternalStoreRowChanged Occurs after a DataRow has been changed successfully.
ExternalStoreRowChanging Occurs when a DataRow is changing.
ExternalStoreRowDeleted Occurs after a DataRow has been deleted successfully.
ExternalStoreRowDeleting Occurs before a row in the table is about to be deleted.
Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly