Table of Contents

Class VersionConstraint.Specific

Inheritance
VersionConstraint.Specific
Implements
Inherited Members
Namespace
TabularEditor.SemanticBridge.Platforms.Databricks.Validation
Assembly
SemanticBridge.dll

Matches only the explicitly listed versions.

public record VersionConstraint.Specific : VersionConstraint, IEquatable<VersionConstraint>, IEquatable<VersionConstraint.Specific>
Extension Methods

Constructors

Specific(ImmutableArray<string>)

Matches only the explicitly listed versions.

public Specific(ImmutableArray<string> Versions)

Parameters

Type Name Description
ImmutableArray<string> Versions

Specific(Specific)

protected Specific(VersionConstraint.Specific original)

Parameters

Type Name Description
VersionConstraint.Specific original

Properties

EqualityContract

protected override Type EqualityContract { get; }

Property Value

Type Description
Type

Versions

public ImmutableArray<string> Versions { get; init; }

Property Value

Type Description
ImmutableArray<string>

Methods

Deconstruct(out ImmutableArray<string>)

public void Deconstruct(out ImmutableArray<string> Versions)

Parameters

Type Name Description
ImmutableArray<string> Versions

Equals(object?)

public override bool Equals(object? obj)

Parameters

Type Name Description
object obj

Returns

Type Description
bool

Equals(VersionConstraint?)

public override sealed bool Equals(VersionConstraint? other)

Parameters

Type Name Description
VersionConstraint other

Returns

Type Description
bool

Equals(Specific?)

public virtual bool Equals(VersionConstraint.Specific? other)

Parameters

Type Name Description
VersionConstraint.Specific other

Returns

Type Description
bool

GetHashCode()

public override int GetHashCode()

Returns

Type Description
int

PrintMembers(StringBuilder)

protected override bool PrintMembers(StringBuilder builder)

Parameters

Type Name Description
StringBuilder builder

Returns

Type Description
bool

ToString()

public override string ToString()

Returns

Type Description
string

Operators

operator ==(Specific?, Specific?)

public static bool operator ==(VersionConstraint.Specific? left, VersionConstraint.Specific? right)

Parameters

Type Name Description
VersionConstraint.Specific left
VersionConstraint.Specific right

Returns

Type Description
bool

operator !=(Specific?, Specific?)

public static bool operator !=(VersionConstraint.Specific? left, VersionConstraint.Specific? right)

Parameters

Type Name Description
VersionConstraint.Specific left
VersionConstraint.Specific right

Returns

Type Description
bool