Show / Hide Table of Contents

Interface IPackageVersionProvider

Interface for has package and version.

Namespace: FhirCodeGenBlazor.Models
Assembly: FhirCodeGenBlazor.dll
Syntax
public interface IPackageVersionProvider

Properties

| Improve this Doc View Source

PackageName

Gets or sets the name of the package.

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

Version

Gets or sets the version.

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