←Select platform
In This Topic ▼

MediaCreationSqlDbDataAccessAgent Class Members

Summary

The following tables list the members exposed by MediaCreationSqlDbDataAccessAgent.

Public Constructors

Name Description
Public Constructor
MediaCreationSqlDbDataAccessAgent Initializes a new instance of the MediaCreationSqlDbDataAccessAgent class with a connection string

Protected Constructors

Name Description
Protected Constructor
MediaCreationDbDataAccessAgent Initializes a new instance of this class. (Inherited from MediaCreationDbDataAccessAgent)

Public Methods

Name Description
Public Method
AddMediaObject Stores a media object into the data store. (Inherited from MediaCreationDbDataAccessAgent)
Public Method DeleteMediaLocation Deletes the location of the provided media objects. (Inherited from MediaCreationDbDataAccessAgent)
Public Method DeleteMediaObject Deletes media objects that matches the provided media object from the data store. (Inherited from MediaCreationDbDataAccessAgent)
Public Method FindMediaLocation Queries for the location of created media objects. (Inherited from MediaCreationDbDataAccessAgent)
Public Method FindMediaObjects Queries for media objects that match the provided media object. (Inherited from MediaCreationDbDataAccessAgent)
Public Method GetMediaObject Gets a media object. (Inherited from MediaCreationDbDataAccessAgent)
Public Method GetStatusUpdateDate Gets the date and time when the media object status was last updated. (Inherited from MediaCreationDbDataAccessAgent)
Public Method InsertMediaLocation Inserts the media locations to the data store. (Inherited from MediaCreationDbDataAccessAgent)
Public Method UpdateMediaLocation Updates the existing media locations in the data store. (Inherited from MediaCreationDbDataAccessAgent)
Public Method UpdateMediaObjectRequest Updates the request information for an existing media object. (Inherited from MediaCreationDbDataAccessAgent)
Public Method UpdateMediaObjectStatus Updates the status information for an existent media object. (Inherited from MediaCreationDbDataAccessAgent)

Protected Methods

Name Description
Protected Method
CreateDatabaseProvider Creates a database provider for connecting and working with the Media Creation Management database.
Protected Method PrepareDeleteMediaObjectsCommand Initializes a System.Data.Common.DbCommand which deletes media objets.
Protected Method PrepareDeleteMediaPathCommand Initializes a System.Data.Common.DbCommand which deletes media location.
Protected Method PrepareFindMediaObjectFailedCompositeAttributesCommand Initializes a System.Data.Common.DbCommand which returns the columns from the "Failed Composite Attributes" Table.
Protected Method PrepareFindMediaObjectFailedCompositeInstancesCommand Initializes a System.Data.Common.DbCommand which returns the columns from the "Failed Composite Instances" Table.
Protected Method PrepareFindMediaObjectInformationCommand Initializes a System.Data.Common.DbCommand which returns the columns from the "Media Information" Table.
Protected Method PrepareFindMediaObjectReferencedCompositeInstancesCommand Initializes a System.Data.Common.DbCommand which returns the columns from the "Referenced Composite Instances" Table.
Protected Method PrepareFindMediaObjectReferencedMediaStorageCommand Initializes a System.Data.Common.DbCommand which returns the columns from the "Referenced Media Storage" Table.
Protected Method PrepareGetStatusUpdateDateCommand Initializes a System.Data.Common.DbCommand which returns the "StatusUpdateDate" colume from the "Media Information" table.
Protected Method PrepareInsertMediaObjectFailedCompositeAttributesCommand Initializes a System.Data.Common.DbCommand which inserts information in the "Failed Composite Attributes" table.
Protected Method PrepareInsertMediaObjectFailedCompositeInstancesCommand Initializes a System.Data.Common.DbCommand which inserts information in the "Failed Composite Instances" table.
Protected Method PrepareInsertMediaObjectInfomrationCommand Initializes a System.Data.Common.DbCommand which inserts information in the "Media Information" table.
Protected Method PrepareInsertMediaObjectReferencedCompositeInstancesCommand Initializes a System.Data.Common.DbCommand which inserts information in the "Referenced Composite Instances" table.
Protected Method PrepareInsertMediaPathCommand Initializes a System.Data.Common.DbCommand which inserts information in the "Media Location" table.
Protected Method PrepareInsertReferencedMediaStorage Initializes a System.Data.Common.DbCommand which inserts information in the "Referenced Media Storage" table.
Protected Method PrepareQueryMediaPathCommand Initializes a System.Data.Common.DbCommand that will query for the media location from the "Media Location" Table.
Protected Method PrepareUpdateMediaObjectInformationStatusCommand Initializes a System.Data.Common.DbCommand which updates the Media object status information.
Protected Method PrepareUpdateMediaObjectRequestCommand Initializes a System.Data.Common.DbCommand which updates the Media object request information.
Protected Method PrepareUpdateMediaPathCommand Initializes a System.Data.Common.DbCommand which updates the Media object creation path.
Protected Method PrepareUpdateStatusUpdateDateCommand Initializes a System.Data.Common.DbCommand which updates the status update date for a media object.

Public Properties

Name Description
Public Property
ConnectionString Gets the connection string for the Media Creation Management database

Protected Properties

Name Description
Protected Property
DataProvider Gets the database provider for connecting and working with the Media Creation Management database. (Inherited from MediaCreationDbDataAccessAgent)

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Media.DataAccessLayer Assembly