Class BugCreationMetaData
Meta-data to attach to a bug when creating it through this library.
Inherited Members
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure
Assembly: Aruba.Infrastructure.dll
Syntax
public class BugCreationMetaData
Properties
View SourceBaseTemplate
Gets or sets the base template value string.
Declaration
public string BaseTemplate { get; set; }
Property Value
Type | Description |
---|---|
string |
ResolvedTokens
Gets the list of ResolvedToken.
Declaration
public List<ResolvedToken> ResolvedTokens { get; }
Property Value
Type | Description |
---|---|
List<ResolvedToken> |
TemplateName
Gets or sets the name of the template used to create the bug.
Declaration
public string TemplateName { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
Gets or sets the version of the assembly that created the bug.
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
string |