(Optional) Gets or sets the key/value pairs to acknowledge.
Namespace: PASI.DataContract.V201204Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
public List<KeyValuePair> Arguments { get; set; }
Public Property Arguments As List(Of KeyValuePair)
Get
Set
Property Value
Type:
ListKeyValuePair
The arguments to acknowledge represent the data used when evaluating the business rule that
raised the Core Alert. For example, a Grade 6 school enrolment created for a student who
enrolled in Grade 4 for the previous school year would generate an Advice Core Alert. The
argument list would contain two key/value pairs:
Key/Value |
---|
Grade/06 |
PreviousGrade/04 |
If a PASI user acknowledges this Core Alert because the student skipped Grade 5, he or she
would in effect confirm the validity of the argument data.
Reference