diff options
Diffstat (limited to 'src/WixToolset.Core/BinderCore.cs')
| -rw-r--r-- | src/WixToolset.Core/BinderCore.cs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/WixToolset.Core/BinderCore.cs b/src/WixToolset.Core/BinderCore.cs index 0feae0b2..84173b99 100644 --- a/src/WixToolset.Core/BinderCore.cs +++ b/src/WixToolset.Core/BinderCore.cs | |||
| @@ -10,14 +10,6 @@ namespace WixToolset | |||
| 10 | /// </summary> | 10 | /// </summary> |
| 11 | internal class BinderCore : IBinderCore | 11 | internal class BinderCore : IBinderCore |
| 12 | { | 12 | { |
| 13 | /// <summary> | ||
| 14 | /// Constructor for binder core. | ||
| 15 | /// </summary> | ||
| 16 | internal BinderCore() | ||
| 17 | { | ||
| 18 | this.TableDefinitions = new TableDefinitionCollection(WindowsInstallerStandard.GetTableDefinitions()); | ||
| 19 | } | ||
| 20 | |||
| 21 | public IBinderFileManagerCore FileManagerCore { get; set; } | 13 | public IBinderFileManagerCore FileManagerCore { get; set; } |
| 22 | 14 | ||
| 23 | /// <summary> | 15 | /// <summary> |
| @@ -30,12 +22,6 @@ namespace WixToolset | |||
| 30 | } | 22 | } |
| 31 | 23 | ||
| 32 | /// <summary> | 24 | /// <summary> |
| 33 | /// Gets the table definitions used by the Binder. | ||
| 34 | /// </summary> | ||
| 35 | /// <value>Table definitions used by the binder.</value> | ||
| 36 | public TableDefinitionCollection TableDefinitions { get; private set; } | ||
| 37 | |||
| 38 | /// <summary> | ||
| 39 | /// Generate an identifier by hashing data from the row. | 25 | /// Generate an identifier by hashing data from the row. |
| 40 | /// </summary> | 26 | /// </summary> |
| 41 | /// <param name="prefix">Three letter or less prefix for generated row identifier.</param> | 27 | /// <param name="prefix">Three letter or less prefix for generated row identifier.</param> |
