Interface IPackageVersionProvider
Interface for has package and version.
Namespace: FhirCodeGenBlazor.Models
Assembly: FhirCodeGenBlazor.dll
Syntax
public interface IPackageVersionProvider
Properties
| Improve this Doc View SourcePackageName
Gets or sets the name of the package.
Declaration
string PackageName { get; set; }
Property Value
Type | Description |
---|---|
System. |
Version
Gets or sets the version.
Declaration
string Version { get; set; }
Property Value
Type | Description |
---|---|
System. |