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


"

For a list of all members of this type, see MediaCreationDbDataAccessAgent members.

"

Public Methods

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

Protected Methods

 NameDescription
protected Method CreateDatabaseProviderCreates a database provider for connecting and working with the Media Creation Management database.  
protected Method PrepareDeleteMediaObjectsCommandInitializes a System.Data.Common.DbCommand which deletes media objets.  
protected Method PrepareDeleteMediaPathCommandInitializes a System.Data.Common.DbCommand which deletes media location.  
protected Method PrepareFindMediaObjectFailedCompositeAttributesCommandInitializes a System.Data.Common.DbCommand which returns the columns from the "Failed Composite Attributes" Table.  
protected Method PrepareFindMediaObjectFailedCompositeInstancesCommandInitializes a System.Data.Common.DbCommand which returns the columns from the "Failed Composite Instances" Table.  
protected Method PrepareFindMediaObjectInformationCommandInitializes a System.Data.Common.DbCommand which returns the columns from the "Media Information" Table.  
protected Method PrepareFindMediaObjectReferencedCompositeInstancesCommandInitializes a System.Data.Common.DbCommand which returns the columns from the "Referenced Composite Instances" Table.  
protected Method PrepareFindMediaObjectReferencedMediaStorageCommandInitializes a System.Data.Common.DbCommand which returns the columns from the "Referenced Media Storage" Table.  
protected Method PrepareGetStatusUpdateDateCommandInitializes a System.Data.Common.DbCommand which returns the "StatusUpdateDate" colume from the "Media Information" table.  
protected Method PrepareInsertMediaObjectFailedCompositeAttributesCommandInitializes a System.Data.Common.DbCommand which inserts information in the "Failed Composite Attributes" table.  
protected Method PrepareInsertMediaObjectFailedCompositeInstancesCommandInitializes a System.Data.Common.DbCommand which inserts information in the "Failed Composite Instances" table.  
protected Method PrepareInsertMediaObjectInfomrationCommandInitializes a System.Data.Common.DbCommand which inserts information in the "Media Information" table.  
protected Method PrepareInsertMediaObjectReferencedCompositeInstancesCommandInitializes a System.Data.Common.DbCommand which inserts information in the "Referenced Composite Instances" table.  
protected Method PrepareInsertMediaPathCommandInitializes a System.Data.Common.DbCommand which inserts information in the "Media Location" table.  
protected Method PrepareInsertReferencedMediaStorageInitializes a System.Data.Common.DbCommand which inserts information in the "Referenced Media Storage" table.  
protected Method PrepareQueryMediaPathCommandInitializes a System.Data.Common.DbCommand which query for the media location from the "Media Location" Table.  
protected Method PrepareUpdateMediaObjectInformationStatusCommandInitializes a System.Data.Common.DbCommand which updates the Media object status information.  
protected Method PrepareUpdateMediaObjectRequestCommandInitializes a System.Data.Common.DbCommand which updates the Media object request information.  
protected Method PrepareUpdateMediaPathCommandInitializes a System.Data.Common.DbCommand which updates the Media object creation path.  
protected Method PrepareUpdateStatusUpdateDateCommandInitializes a System.Data.Common.DbCommand which updates the status update date for a media object.  
Top

See Also