Base:
property
Annotations
System.Workflow.Runtime.Tracking.TrackingRecord.Annotations
8 references to Annotations
System.Workflow.Runtime (8)
RTTrackingProfile.cs (1)
272record.Annotations.AddRange(point.Annotations);
Tracking\SqlTrackingService.cs (6)
1395List<KeyValuePair<long, string>> annotations = new List<KeyValuePair<long, string>>(record1.Annotations.Count + (null == record2 ? 0 : record2.Annotations.Count)); 1397foreach (string s in record1.Annotations) 1402foreach (string s in record2.Annotations) 2085List<KeyValuePair<long, string>> annotations = new List<KeyValuePair<long, string>>(record.Annotations.Count); 2086foreach (string s in record.Annotations)
Tracking\SqlTrackingWorkflowInstance.cs (1)
535rec.Annotations.Add(annotation);