diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-12-02 00:44:45 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-12-02 00:44:45 -0800 |
| commit | 53e877183abe0dbbb623c39380101bc369e9f265 (patch) | |
| tree | 2b1a35e142d76013ba28d0a50e894ff477ee247a /src/WixToolset.Data/ITupleDefinitionCreator.cs | |
| parent | 414bf166e07703056ad186fa8ec23a4119dd9993 (diff) | |
| download | wix-53e877183abe0dbbb623c39380101bc369e9f265.tar.gz wix-53e877183abe0dbbb623c39380101bc369e9f265.tar.bz2 wix-53e877183abe0dbbb623c39380101bc369e9f265.zip | |
Support tuples from extensions and make SourcePath a path instead of string
Diffstat (limited to 'src/WixToolset.Data/ITupleDefinitionCreator.cs')
| -rw-r--r-- | src/WixToolset.Data/ITupleDefinitionCreator.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Data/ITupleDefinitionCreator.cs b/src/WixToolset.Data/ITupleDefinitionCreator.cs index 63477314..7d818be1 100644 --- a/src/WixToolset.Data/ITupleDefinitionCreator.cs +++ b/src/WixToolset.Data/ITupleDefinitionCreator.cs | |||
| @@ -4,6 +4,8 @@ namespace WixToolset.Data | |||
| 4 | { | 4 | { |
| 5 | public interface ITupleDefinitionCreator | 5 | public interface ITupleDefinitionCreator |
| 6 | { | 6 | { |
| 7 | void AddCustomTupleDefinition(IntermediateTupleDefinition definition); | ||
| 8 | |||
| 7 | bool TryGetTupleDefinitionByName(string name, out IntermediateTupleDefinition tupleDefinition); | 9 | bool TryGetTupleDefinitionByName(string name, out IntermediateTupleDefinition tupleDefinition); |
| 8 | } | 10 | } |
| 9 | } | 11 | } |
