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 |
Full Usage:
FileName
Field type: string
|
|
|
|
|
|
Full Usage:
RepoPath
Field type: string
|
|
Instance members
Instance member | Description |
Full Usage:
this.PrettyPrint
Returns: string
|
|
Static members
Static member | Description |
Full Usage:
ValidationPackageIndex.create (repoPath, lastUpdated, metadata)
Parameters:
string
lastUpdated : DateTimeOffset
metadata : ValidationPackageMetadata
Returns: ValidationPackageIndex
|
|
Full Usage:
ValidationPackageIndex.create (repoPath, fileName, lastUpdated, metadata)
Parameters:
string
fileName : string
lastUpdated : DateTimeOffset
metadata : ValidationPackageMetadata
Returns: ValidationPackageIndex
|
|
Full Usage:
ValidationPackageIndex.getSemanticVersionString i
Parameters: Returns: string
|
|