Response MembersCPRLib.dll Documentation v.1.0
A Microsoft .NET FrameWork 4.0 helper library for querying the CSC CPR Proxy ServiceThe Response type exposes the following members.
Constructors

  NameDescription
Public methodResponse
Initializes the Reponse class
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyAddressDate
Returns the date of when the address was last changed
Public propertyAddressName
Returns the persons address name (lastname, middlenames firstname)
Public propertyBirthDate
Returns the date of birth of the requested person
Public propertyBuildingNumber
Returns the building number
Public propertyCallingUserId
Returns the Id/name or some uniqe identifier of the employee/person that performed the request - Must be supplied and logged (Ruled by Danish law)
Public propertyCity
Returns the city name
Public propertyCoName
Returns the Co/Name
Public propertyCustomerNumber
Your CSC Customernumber
Public propertyDataLength
Returns the length og bytes recieved (Header not included)
Public propertyDataType
Return the type of the requested data
Public propertyDefaultAddress
Returns the default address eg. (Streetname StreetNumber)
Public propertyDisempowermentDate
Returns the date when the person was disempowered
Public propertyErrorNumber
Returns the errornumber recieved when sending the request. 0=Success
Public propertyErrorType
Returns an enumerated name from the ErrorCode
Public propertyFirstName
Returns the firstname and middlenames of the requested person.
Public propertyFloor
Returns the name of the floor
Public propertyGender
Returns Male or Female
Public propertyHouseNumber
Returns the number of the house (Street number)
Public propertyLastName
Returns the lastname/surname of the requested person.
Public propertyLocation
Returns the location name
Public propertyMunicipalityCode
Returns the municipality code (Kommune code)
Public propertyNameProtectionDate
Returns the date of when the person signed up for name protection
Public propertyPNR
Returns the requested persons PNR/CPR number
Public propertyPosition
Returns the position of the requested person
Public propertyPostDistrict
Returns the postal district name
Public propertyRawData
Returns the complete string that was recieved from the CPR register
Public propertyRecordType
Returns the RecordType
Public propertyReplacementPNR
Returns a replacement PNR/CPR if the person was issued a new one.
Public propertySideDoor
Returns the name of the door
Public propertyStatus
Returns the Status
Public propertyStatusDate
Returns the date of the request
Public propertyStreetCode
Returns the number of the street (All streets in Denmark have a unique number)
Public propertyStreetName
Returns the name of the street
Public propertySubscriptionType
Returns the type of request that was sent
Public propertyToken
Returns the authentication token that was used.
Public propertyUserId
Retuns the CSC UserId that was used to call the CPR register.
Public propertyZipCode
Returns the Zipcode of the city
Back to Top
See Also