diff options
Diffstat (limited to 'src/wix/WixToolset.Core/ComponentKeyPath.cs')
-rw-r--r-- | src/wix/WixToolset.Core/ComponentKeyPath.cs | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/wix/WixToolset.Core/ComponentKeyPath.cs b/src/wix/WixToolset.Core/ComponentKeyPath.cs index 8e9c5776..b5ab8840 100644 --- a/src/wix/WixToolset.Core/ComponentKeyPath.cs +++ b/src/wix/WixToolset.Core/ComponentKeyPath.cs | |||
@@ -7,19 +7,10 @@ namespace WixToolset.Core | |||
7 | 7 | ||
8 | internal class ComponentKeyPath : IComponentKeyPath | 8 | internal class ComponentKeyPath : IComponentKeyPath |
9 | { | 9 | { |
10 | /// <summary> | 10 | public Identifier Id { get; set; } |
11 | /// Identifier of the resource to be a key path. | ||
12 | /// </summary> | ||
13 | public string Id { get; set; } | ||
14 | 11 | ||
15 | /// <summary> | ||
16 | /// Indicates whether the key path was explicitly set for this resource. | ||
17 | /// </summary> | ||
18 | public bool Explicit { get; set; } | 12 | public bool Explicit { get; set; } |
19 | 13 | ||
20 | /// <summary> | ||
21 | /// Type of resource to be the key path. | ||
22 | /// </summary> | ||
23 | public PossibleKeyPathType Type { get; set; } | 14 | public PossibleKeyPathType Type { get; set; } |
24 | } | 15 | } |
25 | } | 16 | } |