LEADTOOLS For .NET Class Library Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
MediaCreationSqlDbDataAccessAgent Class Members
See Also  Properties  Methods 
Leadtools.Medical.Media.DataAccessLayer Namespace : MediaCreationSqlDbDataAccessAgent Class

The following tables list the members exposed by MediaCreationSqlDbDataAccessAgent.

Public Constructors

 NameDescription
public Constructor MediaCreationSqlDbDataAccessAgent ConstructorInitializes a new instance of the MediaCreationSqlDbDataAccessAgent class with a connection string  
Top

Public Properties

 NameDescription
public Property ConnectionStringGets the connection string for the Media Creation Management database  
Top

Protected Properties

 NameDescription
protected Property DataProviderGets the database provider for connecting and working with the Media Creation Management database. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
Top

Public Methods

 NameDescription
public Method AddMediaObjectStores a media object into the data store. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
public Method DeleteMediaLocationDeletes the location of the provided media objects. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
public Method DeleteMediaObjectOverloaded. Deletes media objects that matches the provided media object from the data store. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
public Method FindMediaLocationQueries for the location of created media objects. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
public Method FindMediaObjectsQueries for media objects that match the provided media object. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
public Method GetMediaObjectGets a media object. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
public Method GetStatusUpdateDateGets the date and time when the media object status was last updated. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
public Method InsertMediaLocationInserts the media locations to the data store. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
public Method UpdateMediaLocationUpdates the existing media locations in the data store. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
public Method UpdateMediaObjectRequestUpdates the request information for an existing media object. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
public Method UpdateMediaObjectStatusUpdates the status information for an existent media object. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
Top

Protected Methods

 NameDescription
protected Method CreateDatabaseProviderOverridden. Creates a database provider for connecting and working with the Media Creation Management database.  
protected Method PrepareDeleteMediaObjectsCommandOverridden. Initializes a System.Data.Common.DbCommand which deletes media objets.  
protected Method PrepareDeleteMediaPathCommandOverridden. Initializes a System.Data.Common.DbCommand which deletes media location.  
protected Method PrepareFindMediaObjectFailedCompositeAttributesCommandOverridden. Initializes a System.Data.Common.DbCommand which returns the columns from the "Failed Composite Attributes" Table.  
protected Method PrepareFindMediaObjectFailedCompositeInstancesCommandOverridden. Initializes a System.Data.Common.DbCommand which returns the columns from the "Failed Composite Instances" Table.  
protected Method PrepareFindMediaObjectInformationCommandOverridden. Initializes a System.Data.Common.DbCommand which returns the columns from the "Media Information" Table.  
protected Method PrepareFindMediaObjectReferencedCompositeInstancesCommandOverridden. Initializes a System.Data.Common.DbCommand which returns the columns from the "Referenced Composite Instances" Table.  
protected Method PrepareFindMediaObjectReferencedMediaStorageCommandOverridden. Initializes a System.Data.Common.DbCommand which returns the columns from the "Referenced Media Storage" Table.  
protected Method PrepareGetStatusUpdateDateCommandOverridden. Initializes a System.Data.Common.DbCommand which returns the "StatusUpdateDate" colume from the "Media Information" table.  
protected Method PrepareInsertMediaObjectFailedCompositeAttributesCommandOverridden. Initializes a System.Data.Common.DbCommand which inserts information in the "Failed Composite Attributes" table.  
protected Method PrepareInsertMediaObjectFailedCompositeInstancesCommandOverridden. Initializes a System.Data.Common.DbCommand which inserts information in the "Failed Composite Instances" table.  
protected Method PrepareInsertMediaObjectInfomrationCommandOverridden. Initializes a System.Data.Common.DbCommand which inserts information in the "Media Information" table.  
protected Method PrepareInsertMediaObjectReferencedCompositeInstancesCommandOverridden. Initializes a System.Data.Common.DbCommand which inserts information in the "Referenced Composite Instances" table.  
protected Method PrepareInsertMediaPathCommandOverridden. Initializes a System.Data.Common.DbCommand which inserts information in the "Media Location" table.  
protected Method PrepareInsertReferencedMediaStorageOverridden. Initializes a System.Data.Common.DbCommand which inserts information in the "Referenced Media Storage" table.  
protected Method PrepareQueryMediaPathCommandOverridden. Initializes a System.Data.Common.DbCommand that will query for the media location from the "Media Location" Table.  
protected Method PrepareUpdateMediaObjectInformationStatusCommandOverridden. Initializes a System.Data.Common.DbCommand which updates the Media object status information.  
protected Method PrepareUpdateMediaObjectRequestCommandOverridden. Initializes a System.Data.Common.DbCommand which updates the Media object request information.  
protected Method PrepareUpdateMediaPathCommandOverridden. Initializes a System.Data.Common.DbCommand which updates the Media object creation path.  
protected Method PrepareUpdateStatusUpdateDateCommandOverridden. Initializes a System.Data.Common.DbCommand which updates the status update date for a media object.  
Top

See Also