Show / Hide Table of Contents

Class NpmPackageDetails

Information about the fhir package.

Inheritance
System.Object
NpmPackageDetails
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public class NpmPackageDetails : object

Properties

| Improve this Doc View Source

Author

Gets or sets the author.

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

BuildDate

Gets or sets the build date.

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

Canonical

Gets or sets the canonical.

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

Dependencies

Gets or sets the dependencies.

Declaration
public Dictionary<string, string> Dependencies { get; set; }
Property Value
Type Description
Dictionary<System.String, 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

Directories

Gets or sets the directories.

Declaration
public Dictionary<string, string> Directories { get; set; }
Property Value
Type Description
Dictionary<System.String, System.String>
| 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

FhirVersionList

Gets or sets a list of fhir versions.

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

FhirVersions

Gets or sets the fhir versions.

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

Homepage

Gets or sets the homepage.

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

Keywords

Gets or sets the keywords.

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

License

Gets or sets the license.

Declaration
public string License { 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

OriginalVersion

Gets or sets the original version.

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

PackageType

Gets or sets the type of the package.

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

Title

Gets or sets the title.

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

ToolsVersion

Gets or sets the tools version.

Declaration
public decimal ToolsVersion { get; set; }
Property Value
Type Description
System.Decimal
| 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

Methods

| Improve this Doc View Source

Load(String)

Attempts to load FHIR NPM package information from the given directory.

Declaration
public static NpmPackageDetails Load(string location)
Parameters
Type Name Description
System.String location

Pathname of the package directory.

Returns
Type Description
NpmPackageDetails

The package information.

| Improve this Doc View Source

Parse(String)

Parses.

Declaration
public static NpmPackageDetails Parse(string contents)
Parameters
Type Name Description
System.String contents

The contents.

Returns
Type Description
NpmPackageDetails

The NpmPackageDetails.

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