Show / Hide Table of Contents

Class FhirPackageIndex

A FHIR package index.

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

Properties

| Improve this Doc View Source

Files

Gets or sets the files.

Declaration
public IEnumerable<FhirPackageIndex.PackageIndexFile> Files { get; set; }
Property Value
Type Description
IEnumerable<FhirPackageIndex.PackageIndexFile>
| Improve this Doc View Source

FilesByResourceType

Gets or sets the type of the files by resource.

Declaration
public Dictionary<string, List<FhirPackageIndex.PackageIndexFile>> FilesByResourceType { get; set; }
Property Value
Type Description
Dictionary<System.String, List<FhirPackageIndex.PackageIndexFile>>
| Improve this Doc View Source

IndexVersion

Gets or sets the index version.

Declaration
public int IndexVersion { get; set; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

Load(String)

Loads.

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

The location to load.

Returns
Type Description
FhirPackageIndex

A FhirPackageIndex.

| Improve this Doc View Source

Parse(String)

Parses.

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

The contents.

Returns
Type Description
FhirPackageIndex

A FhirPackageIndex.

  • Improve this Doc
  • View Source
In This Article
  • Properties
    • Files
    • FilesByResourceType
    • IndexVersion
  • Methods
    • Load(String)
    • Parse(String)
Back to top Generated by DocFX