diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-13 11:36:20 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-13 20:28:02 +1000 |
| commit | d0d447ad64afdd5956856c4c6b6599f69a522d6b (patch) | |
| tree | c5ba6602e76170004aefb83c8950bb9bc8f0ef08 /src/WixToolset.Data/WindowsInstaller/TableDefinitionCollection.cs | |
| parent | 45e58d750f54c0b7713bcb74792aef4bdb7197cb (diff) | |
| download | wix-d0d447ad64afdd5956856c4c6b6599f69a522d6b.tar.gz wix-d0d447ad64afdd5956856c4c6b6599f69a522d6b.tar.bz2 wix-d0d447ad64afdd5956856c4c6b6599f69a522d6b.zip | |
Change TableDefinition to have TupleDefinition instead of TupleDefinitionName.
Diffstat (limited to 'src/WixToolset.Data/WindowsInstaller/TableDefinitionCollection.cs')
| -rw-r--r-- | src/WixToolset.Data/WindowsInstaller/TableDefinitionCollection.cs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/WixToolset.Data/WindowsInstaller/TableDefinitionCollection.cs b/src/WixToolset.Data/WindowsInstaller/TableDefinitionCollection.cs index e1119a68..91385d74 100644 --- a/src/WixToolset.Data/WindowsInstaller/TableDefinitionCollection.cs +++ b/src/WixToolset.Data/WindowsInstaller/TableDefinitionCollection.cs | |||
| @@ -77,19 +77,6 @@ namespace WixToolset.Data.WindowsInstaller | |||
| 77 | public bool TryGet(string tableName, out TableDefinition table) => this.collection.TryGetValue(tableName, out table); | 77 | public bool TryGet(string tableName, out TableDefinition table) => this.collection.TryGetValue(tableName, out table); |
| 78 | 78 | ||
| 79 | /// <summary> | 79 | /// <summary> |
| 80 | /// Load a table definition collection from an XmlReader. | ||
| 81 | /// </summary> | ||
| 82 | /// <param name="reader">Reader to get data from.</param> | ||
| 83 | /// <param name="suppressSchema">Suppress xml schema validation while loading.</param> | ||
| 84 | /// <returns>The TableDefinitionCollection represented by the xml.</returns> | ||
| 85 | public static TableDefinitionCollection Load(XmlReader reader) | ||
| 86 | { | ||
| 87 | reader.MoveToContent(); | ||
| 88 | |||
| 89 | return Read(reader); | ||
| 90 | } | ||
| 91 | |||
| 92 | /// <summary> | ||
| 93 | /// Adds a table definition to the collection. | 80 | /// Adds a table definition to the collection. |
| 94 | /// </summary> | 81 | /// </summary> |
| 95 | /// <param name="tableDefinition">Table definition to add to the collection.</param> | 82 | /// <param name="tableDefinition">Table definition to add to the collection.</param> |
