Click or drag to resize

DataImageManager Class

Contains methods to manipulate and load DataImages, which for example contain />
Inheritance Hierarchy

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public class DataImageManager : BaseManager

The DataImageManager type exposes the following members.

Constructors
  NameDescription
Public methodDataImageManager
Creates a new instance of DataImageManager and uses the instance of PsrApi for all its operations.
Top
Methods
  NameDescription
Public methodAddDataImage
Adds a new PsrDataImage to the database
Public methodDeleteDataImage
Deletes the given PsrDataImage from the database
Public methodEquals (Inherited from Object.)
Public methodGetChangedImageIdsSinceDate
Returns the ids of the images, which changed since date
Public methodGetChangedImagesSinceDate
Returns images, which have changed since date
Public methodGetDataImage
Returns a single DataImage by Id
Public methodGetDataImageIcon
Returns the Icon for PsrDataImage
Public methodGetDataImageList
Returns all DataImages
Public methodGetDataImageListFilter
Returns a matching empty ListFilter for DataImages
Public methodGetDataImageLogo
Returns the logo of PsrDataImage zurück
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodUpdateDataImage
Updates a new DataImage in the database
Top
See Also