Table of Contents

Class Mandatory

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

Mandatory class to fetch the XML values related to Mandatory field.

public class Mandatory
Inheritance
Mandatory
Inherited Members
Extension Methods

Properties

MinimumVersion

If this is set and 'Value' property is set to true then it will trigger the mandatory update only when current installed version is less than value of this property.

public string MinimumVersion { get; set; }

Property Value

string

UpdateMode

Mode that should be used for this update.

public Mode UpdateMode { get; set; }

Property Value

Mode

Value

Value of the Mandatory field.

public bool Value { get; set; }

Property Value

bool