Table of Contents

Interface IUpgradeService

Namespace
H.Services.Common.Upgrade
Assembly
H.Services.Common.dll
public interface IUpgradeService
Extension Methods

Properties

UpgradeVersion

string UpgradeVersion { get; }

Property Value

string

Methods

CanUpgrade(out string)

bool CanUpgrade(out string message)

Parameters

message string

Returns

bool

Upgrade(out string)

bool Upgrade(out string message)

Parameters

message string

Returns

bool