Skip to content

Commit a359c4e

Browse files
author
Roelant Vos
committed
Minor wording additions.
1 parent 1ef7603 commit a359c4e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

ClassLibrary/DataWarehouseAutomation/DataWarehouseAutomation/BusinessKeyDefinition.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ namespace DataWarehouseAutomation;
55

66
/// <summary>
77
/// A Business Key, which consists of one or more components (column mappings) and has its own surrogate key.
8+
/// A Business Key is a special column, or combination of columns, that is defined separately outside of regular data item mappings.
89
/// </summary>
910
public class BusinessKeyDefinition
1011
{
@@ -33,4 +34,4 @@ public class BusinessKeyDefinition
3334
/// </summary>
3435
[JsonProperty("extensions", NullValueHandling = NullValueHandling.Ignore, DefaultValueHandling = DefaultValueHandling.Ignore)]
3536
public List<Extension>? Extensions { get; set; }
36-
}
37+
}

ClassLibrary/DataWarehouseAutomation/DataWarehouseAutomation/DataClassification.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
namespace DataWarehouseAutomation;
44

55
/// <summary>
6-
/// A free form list of classifications (labels) and notes to add to a source-to-target mapping
6+
/// A free form list of classifications (labels) and notes to add to a data object mapping.
7+
/// A classification can be used to identify a certain type of data object mapping.
78
/// </summary>
89
public class DataClassification
910
{

0 commit comments

Comments
 (0)