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


"

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

"

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 PrepareDeleteMediaObjectsCommandInitializes a System.Data.Common.DbCommand which deletes media objets. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
protected Method PrepareDeleteMediaPathCommandInitializes a System.Data.Common.DbCommand which deletes media location. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
protected Method PrepareFindMediaObjectFailedCompositeAttributesCommandInitializes a System.Data.Common.DbCommand which returns the columns from the "Failed Composite Attributes" Table. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
protected Method PrepareFindMediaObjectFailedCompositeInstancesCommandInitializes a System.Data.Common.DbCommand which returns the columns from the "Failed Composite Instances" Table. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
protected Method PrepareFindMediaObjectInformationCommandInitializes a System.Data.Common.DbCommand which returns the columns from the "Media Information" Table. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
protected Method PrepareFindMediaObjectReferencedCompositeInstancesCommandInitializes a System.Data.Common.DbCommand which returns the columns from the "Referenced Composite Instances" Table. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
protected Method PrepareFindMediaObjectReferencedMediaStorageCommandInitializes a System.Data.Common.DbCommand which returns the columns from the "Referenced Media Storage" Table. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
protected Method PrepareGetStatusUpdateDateCommandInitializes a System.Data.Common.DbCommand which returns the "StatusUpdateDate" colume from the "Media Information" table. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
protected Method PrepareInsertMediaObjectFailedCompositeAttributesCommandInitializes a System.Data.Common.DbCommand which inserts information in the "Failed Composite Attributes" table. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
protected Method PrepareInsertMediaObjectFailedCompositeInstancesCommandInitializes a System.Data.Common.DbCommand which inserts information in the "Failed Composite Instances" table. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
protected Method PrepareInsertMediaObjectInfomrationCommandInitializes a System.Data.Common.DbCommand which inserts information in the "Media Information" table. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
protected Method PrepareInsertMediaObjectReferencedCompositeInstancesCommandInitializes a System.Data.Common.DbCommand which inserts information in the "Referenced Composite Instances" table. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
protected Method PrepareInsertMediaPathCommandInitializes a System.Data.Common.DbCommand which inserts information in the "Media Location" table. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
protected Method PrepareInsertReferencedMediaStorageInitializes a System.Data.Common.DbCommand which inserts information in the "Referenced Media Storage" table. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
protected Method PrepareQueryMediaPathCommandInitializes a System.Data.Common.DbCommand which query for the media location from the "Media Location" Table. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
protected Method PrepareUpdateMediaObjectInformationStatusCommandInitializes a System.Data.Common.DbCommand which updates the Media object status information. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
protected Method PrepareUpdateMediaObjectRequestCommandInitializes a System.Data.Common.DbCommand which updates the Media object request information. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
protected Method PrepareUpdateMediaPathCommandInitializes a System.Data.Common.DbCommand which updates the Media object creation path. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
protected Method PrepareUpdateStatusUpdateDateCommandInitializes a System.Data.Common.DbCommand which updates the status update date for a media object. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent)
Top

See Also