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 SourceCanonical
Gets or sets the canonical.
Declaration
public Uri Canonical { get; set; }
Property Value
Type | Description |
---|---|
Uri |
Count
Gets or sets the count.
Declaration
public string Count { get; set; }
Property Value
Type | Description |
---|---|
System. |
Date
Gets or sets the date.
Declaration
public string Date { get; set; }
Property Value
Type | Description |
---|---|
System. |
Description
Gets or sets the description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System. |
Distribution
Gets or sets the distribution.
Declaration
public RegistryPackageManifest.VersionInfo.DistributionInfo Distribution { get; set; }
Property Value
Type | Description |
---|---|
Registry |
FhirVersion
Gets or sets the FHIR version.
Declaration
public string FhirVersion { get; set; }
Property Value
Type | Description |
---|---|
System. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |
PackageKind
Gets or sets the kind.
Declaration
public string PackageKind { get; set; }
Property Value
Type | Description |
---|---|
System. |
Unlisted
Gets or sets the unlisted.
Declaration
public string Unlisted { get; set; }
Property Value
Type | Description |
---|---|
System. |
URL
Gets or sets URL of the document.
Declaration
public Uri URL { get; set; }
Property Value
Type | Description |
---|---|
Uri |
Version
Gets or sets the version.
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System. |