diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-18 13:53:54 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-18 21:25:30 +1000 |
| commit | 1c933963d1354495d4a31a08baf7f1240b5fbfce (patch) | |
| tree | f2190fc0336f57d3c6b408e1a5d57b0b9c343092 /src/WixToolset.Data/WindowsInstaller/Rows/ComponentRow.cs | |
| parent | 2b3c14c790e8a95edabecf2d7bb50baa58d8e95b (diff) | |
| download | wix-1c933963d1354495d4a31a08baf7f1240b5fbfce.tar.gz wix-1c933963d1354495d4a31a08baf7f1240b5fbfce.tar.bz2 wix-1c933963d1354495d4a31a08baf7f1240b5fbfce.zip | |
Add ability for an extension to have a custom strongly typed row during binding.
Remove some unused functionality in Table and Row.
Use strongRowType in core tables.
Diffstat (limited to 'src/WixToolset.Data/WindowsInstaller/Rows/ComponentRow.cs')
| -rw-r--r-- | src/WixToolset.Data/WindowsInstaller/Rows/ComponentRow.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/WixToolset.Data/WindowsInstaller/Rows/ComponentRow.cs b/src/WixToolset.Data/WindowsInstaller/Rows/ComponentRow.cs index 001703ee..b7836241 100644 --- a/src/WixToolset.Data/WindowsInstaller/Rows/ComponentRow.cs +++ b/src/WixToolset.Data/WindowsInstaller/Rows/ComponentRow.cs | |||
| @@ -19,6 +19,11 @@ namespace WixToolset.Data.WindowsInstaller.Rows | |||
| 19 | { | 19 | { |
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | public ComponentRow(SourceLineNumber sourceLineNumbers, TableDefinition tableDefinition) : | ||
| 23 | base(sourceLineNumbers, tableDefinition) | ||
| 24 | { | ||
| 25 | } | ||
| 26 | |||
| 22 | /// <summary> | 27 | /// <summary> |
| 23 | /// Gets or sets the identifier for this Component row. | 28 | /// Gets or sets the identifier for this Component row. |
| 24 | /// </summary> | 29 | /// </summary> |
