Click or drag to resize

DataImageManager Class

Contains methods to manipulate and load DataImages, which for example contain />
Inheritance Hierarchy
SystemObject
  PsrApi.ManagersBaseManager
    PsrApi.ManagersDataImageManager

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 9.2.2.32703 (27.03.2025)+b9af25405a8dc67f2b73227b442cec4f08fd2d8a
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
Determines whether the specified object is equal to the current object.
(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
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateDataImage
Updates a new DataImage in the database
Top
See Also