Show / Hide Table of Contents

Class BugCreationMetaData

Meta-data to attach to a bug when creating it through this library.

Inheritance
object
BugCreationMetaData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure
Assembly: Aruba.Infrastructure.dll
Syntax
public class BugCreationMetaData

Properties

View Source

BaseTemplate

Gets or sets the base template value string.

Declaration
public string BaseTemplate { get; set; }
Property Value
Type Description
string
View Source

ResolvedTokens

Gets the list of ResolvedToken.

Declaration
public List<ResolvedToken> ResolvedTokens { get; }
Property Value
Type Description
List<ResolvedToken>
View Source

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
View Source

Version

Gets or sets the version of the assembly that created the bug.

Declaration
public string Version { get; set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX