List of Key Value Pairs that are being acknowledged.
Namespace: PASI.DataContract.V2009Assembly: 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 being acknowledged comprise the data that was used when evaluating the
business rule that raised the core alert. For example, if an enrolment was created for a student
in grade 6 but last school year the student was in grade 4 this creates an 'Advice'
core alert. The argument list would contain two records:
Name: Grade
Value: 06
Name: PreviousGrade
Value: 04
Reference