Show / Hide Table of Contents

Class MetadataItem

Represents a piece of metadata which was extracted for work item filing.

Inheritance
System.Object
MetadataItem
Implements
System.IEquatable<MetadataItem>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: CrashCABN.Metadata
Assembly: CrashCABN.Metadata.Abstractions.dll
Syntax
public class MetadataItem : IEquatable<MetadataItem>

Constructors

View Source

MetadataItem(String, AppliesToEnum)

Initializes a new instance of the MetadataItem class.

Declaration
public MetadataItem(string value, AppliesToEnum appliesTo)
Parameters
Type Name Description
System.String value
AppliesToEnum appliesTo

Properties

View Source

AppliesTo

Declaration
public AppliesToEnum AppliesTo { get; }
Property Value
Type Description
AppliesToEnum
View Source

Value

Declaration
public string Value { get; }
Property Value
Type Description
System.String

Methods

View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Implements

System.IEquatable<T>
  • View Source
In This Article
Back to top Generated by DocFX