Click or drag to resize

PsrSyncServerChanges Class

Describes the differences from client and server data
Inheritance Hierarchy
SystemObject
  PsrApi.SynchronizationPsrSyncServerChanges

Namespace:  PsrApi.Synchronization
Assembly:  PsrApi (in PsrApi.dll) Version: 9.2.2.32703 (27.03.2025)+b9af25405a8dc67f2b73227b442cec4f08fd2d8a
Syntax
C#
public class PsrSyncServerChanges

The PsrSyncServerChanges type exposes the following members.

Constructors
  NameDescription
Public methodPsrSyncServerChanges
Initializes a new instance of the PsrSyncServerChanges class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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.)
Top
Fields
  NameDescription
Public fieldApplicationsToAdd
Applications which have to be added
Public fieldApplicationsToUpdate
Applications which have to be updated
Public fieldChangesId
The id for requesting additional change results
Public fieldContainerItemsToAdd
Containeritems which have to be added
Public fieldContainerItemsToUpdate
ContainerItems which have to be updated
Public fieldContainersToAdd
Container which have to be added
Public fieldContainersToUpdate
Container which have to be updated
Public fieldCredentialChecksToAdd
CredentialChecks which have to be added
Public fieldCredentialChecksToUpdate
CredentialChecks which have to be updated
Public fieldDataBindingsToAdd
Databindings which have to be added
Public fieldDataBindingsToUpdate
Databindings which have to be updated
Public fieldDataImagesToAdd
DataImages which have to be added. Logo and icon will be empty (just for determining which dataimage used)
Public fieldDataImagesToUpdate
DataImages which have to be updated. Logo and icon will be empty (just for determining which dataimage used)
Public fieldDataRightsToAdd
DataRights which have to be added
Public fieldDataRightsToUpdate
DataRights which have to be updated
Public fieldDataTagsToAdd
Datatags which have to be added
Public fieldDataTagsToUpdate
Datatags which have to be updated
Public fieldDataToDelete
All data which has to be deleted
Public fieldGroupsToAdd
Groups which have to be added
Public fieldGroupsToUpdate
Groups which have to be updated
Public fieldHasMoreResults
Are there more results from the server which have to be requested?
Public fieldOptionsToAdd
Optionen which have to be added
Public fieldOptionsToUpdate
Optionen which have to be updated
Public fieldPoliciesToAdd
Policies which have to be added
Public fieldPoliciesToUpdate
Policies which have to be updated
Public fieldRolesToAdd
Rolls which have to be added
Public fieldRolesToUpdate
Rolls which have to be updated
Public fieldTagsToAdd
Tags which have to be added
Public fieldTagsToUpdate
Tags which have to be updated
Public fieldTemplateGroupsToAdd
Right template groups which have to be added
Public fieldTemplateGroupsToUpdate
Right template groups which have to be updated
Public fieldUsersToAdd
Users which have to be added
Public fieldUsersToUpdate
Users which have to be updated
Top
See Also