PsrSyncServerChanges Class |
Namespace: PsrApi.Synchronization
public class PsrSyncServerChanges
The PsrSyncServerChanges type exposes the following members.
| Name | Description | |
|---|---|---|
| PsrSyncServerChanges | Initializes a new instance of the PsrSyncServerChanges class |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ApplicationsToAdd |
Applications which have to be added
| |
| ApplicationsToUpdate |
Applications which have to be updated
| |
| ChangesId |
The id for requesting additional change results
| |
| ContainerItemsToAdd |
Containeritems which have to be added
| |
| ContainerItemsToUpdate |
ContainerItems which have to be updated
| |
| ContainersToAdd |
Container which have to be added
| |
| ContainersToUpdate |
Container which have to be updated
| |
| CredentialChecksToAdd |
CredentialChecks which have to be added
| |
| CredentialChecksToUpdate |
CredentialChecks which have to be updated
| |
| DataBindingsToAdd |
Databindings which have to be added
| |
| DataBindingsToUpdate |
Databindings which have to be updated
| |
| DataImagesToAdd |
DataImages which have to be added. Logo and icon will be empty (just for determining which dataimage used)
| |
| DataImagesToUpdate |
DataImages which have to be updated. Logo and icon will be empty (just for determining which dataimage used)
| |
| DataRightsToAdd |
DataRights which have to be added
| |
| DataRightsToUpdate |
DataRights which have to be updated
| |
| DataTagsToAdd |
Datatags which have to be added
| |
| DataTagsToUpdate |
Datatags which have to be updated
| |
| DataToDelete |
All data which has to be deleted
| |
| GroupsToAdd |
Groups which have to be added
| |
| GroupsToUpdate |
Groups which have to be updated
| |
| HasMoreResults |
Are there more results from the server which have to be requested?
| |
| OptionsToAdd |
Optionen which have to be added
| |
| OptionsToUpdate |
Optionen which have to be updated
| |
| PoliciesToAdd |
Policies which have to be added
| |
| PoliciesToUpdate |
Policies which have to be updated
| |
| RolesToAdd |
Rolls which have to be added
| |
| RolesToUpdate |
Rolls which have to be updated
| |
| TagsToAdd |
Tags which have to be added
| |
| TagsToUpdate |
Tags which have to be updated
| |
| TemplateGroupsToAdd |
Right template groups which have to be added
| |
| TemplateGroupsToUpdate |
Right template groups which have to be updated
| |
| UsersToAdd |
Users which have to be added
| |
| UsersToUpdate |
Users which have to be updated
|