You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Source/Shared/EventBuilder.cs
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,22 @@ public EventBuilder SetReferenceId(string referenceId) {
53
53
returnthis;
54
54
}
55
55
56
+
/// <summary>
57
+
/// Allows you to reference a parent event by it's <seealso cref="Event.ReferenceId" /> property. This allows you to have parent and child relationships.
58
+
/// </summary>
59
+
/// <param name="name">Reference name</param>
60
+
/// <param name="id">The reference id that points to a specific event</param>
0 commit comments