| PsrLogbook Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: PsrApi.Data
 Syntax
Syntaxpublic class PsrLogbook
The PsrLogbook type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PsrLogbook | Initializes a new instance of the PsrLogbook class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | __type | 
                Internally used, never change this value.
             | 
|  | ClientComputerName | 
                Name of the computer that triggered the logbook entry
             | 
|  | ClientIpAdress | 
                IP address of the client that triggered the logbook entry
             | 
|  | ClientMacAdress | 
                MAC address of the client that triggered the logbook entry
             | 
|  | ClientType | 
                Type of the client that triggered the logbook entry (Wpf, Web...)
             | 
|  | ClientUser | 
                Username of the client that triggered the logbook entry
             | 
|  | DataActiveDirectoryProfileId | 
                Active Directory profile ID if the object that the logbook entry belongs to is imported
             | 
|  | DataId | 
                ID of the object that the logbook entry belongs to
             | 
|  | DataName | 
                Name of the object that the logbook entry belongs to
             | 
|  | DataType | 
                Data type of the object that the logbook entry belongs to
             | 
|  | Id | 
                ID
             | 
|  | Info | 
                Optionale additional info
             | 
|  | LogbookEvent | 
                Logbook event (new, edited...)
             | 
|  | OrganisationUnit | 
                Organisation unit that triggered the logbook entry
             | 
|  | OrganisationUnitId | 
                ID of the organisation unit that triggered the logbook entry
             | 
|  | SyncOperation | 
                Synchronisation State. Used to determine which operation to perform when synchronizing the data.
             | 
|  | TimeStampUtc | 
                Timestamp
             | 
|  | TransactionId | 
                The Id of the transaction. Used to identify the object in results, even if its id has changed.
                Must be generated for sync operations.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 See Also
See Also