Skip to content

Commit

Permalink
feat: add event tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD committed Jul 29, 2024
1 parent f64fd8e commit 36ab1fc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Be.Vlaanderen.Basisregisters.EventHandling/EventTag.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ public class For
public const string Sync = "sync";
public const string Crab = "crab";
public const string Edit = "edit";
public const string Merger = "merger";
public const string Legacy = "legacy";

public const string Municipality = "municipality";
public const string PostalInformation = "postalinformation";
public const string StreetName = "streetname";
public const string Address = "address";
public const string Building = "building";
public const string Parcel = "parcel";
}

private readonly string _tagType;
Expand Down

0 comments on commit 36ab1fc

Please sign in to comment.