Show / Hide Table of Contents

Interface IVersionRangeMatchService

Represents the service that determines whether the version is in the specified range.

Namespace: Relativity.Testing.Framework.Versioning
Assembly: Relativity.Testing.Framework.dll
Syntax
public interface IVersionRangeMatchService

Methods

| Improve this Doc View Source

IsVersionInRange(String, String)

Determines whether the version is in the specified range.

Declaration
bool IsVersionInRange(string version, string range)
Parameters
Type Name Description
System.String version

The version.

System.String range

The range.

Returns
Type Description
System.Boolean

true if the version in range; otherwise, false.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX