Skip to content

Commit e4ea485

Browse files
committed
Update BusinessKeyDefinition.cs
1 parent 505434b commit e4ea485

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

DataWarehouseAutomation/DataWarehouseAutomation/BusinessKeyDefinition.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ public class BusinessKeyDefinition
1313
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
1414
public string? Id { get; set; }
1515

16+
/// <summary>
17+
/// The optional name of the Business Key Definition.
18+
/// </summary>
19+
[JsonPropertyName("name")]
20+
public string? Name { get; set; }
21+
1622
/// <summary>
1723
/// Items that define the Business Key e.g. the collection of columns for a Business Key.
1824
/// </summary>

0 commit comments

Comments
 (0)