Digimap CAF API
CandidateStatus Class
NamespacesCAF.API2CandidateStatus
Returned by the GetCandidateStatus(String, Int32) and GetCandidateStatuses(String, String) calls. Indicates the current states of a candidate previously submitted using SubmitAddress(String, Nullable<(Of <<'(Int32>)>>), String, String, String).
Declaration Syntax
public class CandidateStatus
Members
IconMemberDescription
AVUProcessed
If true then the AVU has reviewed this candidate and either accepted or rejected it.

CAFID
The CAF ID of the candidate which was originally returned from the SubmitAddress(String, Nullable<(Of <<'(Int32>)>>), String, String, String) call.

CurrentCAFID
The CAF ID of the official address which replaces this candidate. If specified, then the address has been 'accepted', though note that this accepted address may not have been accepted in the form suggested by the candidate. If this field does not have a value and AVUProcessed is true, then this candidate has been 'rejected'.

RejectionReason
If the candidate was rejected, a reason may have been specified by the AVU, and is available here.

TimeStamp
A timestamp indicating the date and time when the candidate was submitted.

Assembly: CAF (Module: CAF) Version: 1.0.0.0 (1.0.0.0)