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/Row.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/Row.cs')
| -rw-r--r-- | src/WixToolset.Data/WindowsInstaller/Row.cs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/WixToolset.Data/WindowsInstaller/Row.cs b/src/WixToolset.Data/WindowsInstaller/Row.cs index a7a63d58..af0a323e 100644 --- a/src/WixToolset.Data/WindowsInstaller/Row.cs +++ b/src/WixToolset.Data/WindowsInstaller/Row.cs | |||
| @@ -47,22 +47,6 @@ namespace WixToolset.Data.WindowsInstaller | |||
| 47 | } | 47 | } |
| 48 | 48 | ||
| 49 | /// <summary> | 49 | /// <summary> |
| 50 | /// Creates a shallow copy of a row from another row. | ||
| 51 | /// </summary> | ||
| 52 | /// <param name="source">The row the data is copied from.</param> | ||
| 53 | protected Row(Row source) | ||
| 54 | { | ||
| 55 | this.Table = source.Table; | ||
| 56 | this.TableDefinition = source.TableDefinition; | ||
| 57 | this.Number = source.Number; | ||
| 58 | this.Operation = source.Operation; | ||
| 59 | this.Redundant = source.Redundant; | ||
| 60 | this.SectionId = source.SectionId; | ||
| 61 | this.SourceLineNumbers = source.SourceLineNumbers; | ||
| 62 | this.Fields = source.Fields; | ||
| 63 | } | ||
| 64 | |||
| 65 | /// <summary> | ||
| 66 | /// Gets or sets the row transform operation. | 50 | /// Gets or sets the row transform operation. |
| 67 | /// </summary> | 51 | /// </summary> |
| 68 | /// <value>The row transform operation.</value> | 52 | /// <value>The row transform operation.</value> |
