A Microsoft .NET FrameWork 4.0 helper library for querying the CSC CPR Proxy ServiceThe Response type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| Response |
Initializes the Reponse class
|
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| AddressDate |
Returns the date of when the address was last changed
| |
| AddressName |
Returns the persons address name (lastname, middlenames firstname)
| |
| BirthDate |
Returns the date of birth of the requested person
| |
| BuildingNumber |
Returns the building number
| |
| CallingUserId |
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)
| |
| City |
Returns the city name
| |
| CoName |
Returns the Co/Name
| |
| CustomerNumber |
Your CSC Customernumber
| |
| DataLength |
Returns the length og bytes recieved (Header not included)
| |
| DataType |
Return the type of the requested data
| |
| DefaultAddress |
Returns the default address eg. (Streetname StreetNumber)
| |
| DisempowermentDate |
Returns the date when the person was disempowered
| |
| ErrorNumber |
Returns the errornumber recieved when sending the request. 0=Success
| |
| ErrorType |
Returns an enumerated name from the ErrorCode
| |
| FirstName |
Returns the firstname and middlenames of the requested person.
| |
| Floor |
Returns the name of the floor
| |
| Gender |
Returns Male or Female
| |
| HouseNumber |
Returns the number of the house (Street number)
| |
| LastName |
Returns the lastname/surname of the requested person.
| |
| Location |
Returns the location name
| |
| MunicipalityCode |
Returns the municipality code (Kommune code)
| |
| NameProtectionDate |
Returns the date of when the person signed up for name protection
| |
| PNR |
Returns the requested persons PNR/CPR number
| |
| Position |
Returns the position of the requested person
| |
| PostDistrict |
Returns the postal district name
| |
| RawData |
Returns the complete string that was recieved from the CPR register
| |
| RecordType |
Returns the RecordType
| |
| ReplacementPNR |
Returns a replacement PNR/CPR if the person was issued a new one.
| |
| SideDoor |
Returns the name of the door
| |
| Status |
Returns the Status
| |
| StatusDate |
Returns the date of the request
| |
| StreetCode |
Returns the number of the street (All streets in Denmark have a unique number)
| |
| StreetName |
Returns the name of the street
| |
| SubscriptionType |
Returns the type of request that was sent
| |
| Token |
Returns the authentication token that was used.
| |
| UserId |
Retuns the CSC UserId that was used to call the CPR register.
| |
| ZipCode |
Returns the Zipcode of the city
|
See Also