Table of Contents

Class UpgradeWindow

Namespace
HeBianGu.Systems.Upgrade
Assembly
HeBianGu.Systems.Upgrade.dll

UpgradeWindow.xaml 的交互逻辑

public class UpgradeWindow : DialogWindowBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IWindowBase
Inheritance
UpgradeWindow
Implements
Inherited Members
Extension Methods

Constructors

UpgradeWindow()

public UpgradeWindow()

Fields

MessageProperty

public static readonly DependencyProperty MessageProperty

Field Value

DependencyProperty

TitleMessageProperty

public static readonly DependencyProperty TitleMessageProperty

Field Value

DependencyProperty

Properties

Message

public List<string> Message { get; set; }

Property Value

List<string>

TitleMessage

public string TitleMessage { get; set; }

Property Value

string

Methods

BeginUpgrade(string, string, Func<string, string>, params string[])

开始检查验证更新

public static bool BeginUpgrade(string verstion, string url, Func<string, string> convertToMessage, params string[] messages)

Parameters

verstion string

版本号

url string

下载地址

convertToMessage Func<string, string>
messages string[]

更新内容

Returns

bool

BeginUpgrade(string, string, params string[])

开始检查验证更新

public static bool BeginUpgrade(string verstion, string url, params string[] messages)

Parameters

verstion string

版本号

url string

下载地址

messages string[]

更新内容

Returns

bool