Header menu logo arc-validate

ValidationPackageIndex Type

represents a remotely available version of a validation package, e.g. the path to the file on GitHub and the date it was last updated.

Record fields

Record Field Description

FileName

Full Usage: FileName

Field type: string
Field type: string

LastUpdated

Full Usage: LastUpdated

Field type: DateTimeOffset
Field type: DateTimeOffset

Metadata

Full Usage: Metadata

Field type: ValidationPackageMetadata
Field type: ValidationPackageMetadata

RepoPath

Full Usage: RepoPath

Field type: string
Field type: string

Instance members

Instance member Description

this.PrettyPrint

Full Usage: this.PrettyPrint

Returns: string
Returns: string

Static members

Static member Description

ValidationPackageIndex.create (repoPath, lastUpdated, metadata)

Full Usage: ValidationPackageIndex.create (repoPath, lastUpdated, metadata)

Parameters:
Returns: ValidationPackageIndex
repoPath : string
lastUpdated : DateTimeOffset
metadata : ValidationPackageMetadata
Returns: ValidationPackageIndex

ValidationPackageIndex.create (repoPath, fileName, lastUpdated, metadata)

Full Usage: ValidationPackageIndex.create (repoPath, fileName, lastUpdated, metadata)

Parameters:
Returns: ValidationPackageIndex
repoPath : string
fileName : string
lastUpdated : DateTimeOffset
metadata : ValidationPackageMetadata
Returns: ValidationPackageIndex

ValidationPackageIndex.getSemanticVersionString i

Full Usage: ValidationPackageIndex.getSemanticVersionString i

Parameters:
Returns: string
i : ValidationPackageIndex
Returns: string

Type something to start searching.