Show / Hide Table of Contents

Class FhirPackageIndex.PackageIndexFile

A package index file.

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

Properties

| Improve this Doc View Source

Filename

Gets or sets the filename of the file.

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

Id

Gets or sets the identifier.

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

Kind

Gets or sets the kind.

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

ResourceType

Gets or sets the type of the resource.

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

TypeHint

Gets or sets the 'type' property (context dependant).

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

Url

Gets or sets URL of the document.

Declaration
public string Url { get; set; }
Property Value
Type Description
System.String
| 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
  • Properties
    • Filename
    • Id
    • Kind
    • ResourceType
    • TypeHint
    • Url
    • Version
Back to top Generated by DocFX