Show / Hide Table of Contents

Class RegistryPackageManifest.VersionInfo

Information about the version.

Inheritance
System.Object
RegistryPackageManifest.VersionInfo
Namespace: Microsoft.Health.Fhir.SpecManager.PackageManager
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public class VersionInfo : object

Properties

| Improve this Doc View Source

Canonical

Gets or sets the canonical.

Declaration
public Uri Canonical { get; set; }
Property Value
Type Description
Uri
| Improve this Doc View Source

Count

Gets or sets the count.

Declaration
public string Count { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Date

Gets or sets the date.

Declaration
public string Date { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Description

Gets or sets the description.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Distribution

Gets or sets the distribution.

Declaration
public RegistryPackageManifest.VersionInfo.DistributionInfo Distribution { get; set; }
Property Value
Type Description
RegistryPackageManifest.VersionInfo.DistributionInfo
| Improve this Doc View Source

FhirVersion

Gets or sets the FHIR version.

Declaration
public string FhirVersion { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Gets or sets the name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PackageKind

Gets or sets the kind.

Declaration
public string PackageKind { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Unlisted

Gets or sets the unlisted.

Declaration
public string Unlisted { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

URL

Gets or sets URL of the document.

Declaration
public Uri URL { get; set; }
Property Value
Type Description
Uri
| Improve this Doc View Source

Version

Gets or sets the version.

Declaration
public string Version { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX