FileArtifactProperty Class

Definition

Property that represents multiple artifacts/attachments to associate with a test node.

public class FileArtifactProperty : IEquatable<Microsoft.Testing.Platform.Extensions.Messages.FileArtifactProperty>, Microsoft.Testing.Platform.Extensions.Messages.IProperty
public sealed class FileArtifactProperty : IEquatable<Microsoft.Testing.Platform.Extensions.Messages.FileArtifactProperty>, Microsoft.Testing.Platform.Extensions.Messages.IProperty
type FileArtifactProperty = class
    interface IProperty
    interface IEquatable<FileArtifactProperty>
Public Class FileArtifactProperty
Implements IEquatable(Of FileArtifactProperty), IProperty
Public NotInheritable Class FileArtifactProperty
Implements IEquatable(Of FileArtifactProperty), IProperty
Inheritance
FileArtifactProperty
Implements

Constructors

Name Description
FileArtifactProperty(FileArtifactProperty)
FileArtifactProperty(FileInfo, String, String)

Initializes a new instance of the FileArtifactProperty class.

Properties

Name Description
Description

Gets the description.

DisplayName

Gets the display name.

EqualityContract
FileInfo

Gets the file information.

Methods

Name Description
<Clone>$()
Deconstruct(FileInfo, String, String)
Equals(FileArtifactProperty)

Indicates whether the current object is equal to another object of the same type.

Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

PrintMembers(StringBuilder)
ToString()

Returns a string that represents the current object.

Operators

Name Description
Equality(FileArtifactProperty, FileArtifactProperty)
Inequality(FileArtifactProperty, FileArtifactProperty)

Applies to