Click or drag to resize

SystemUpdateActionBaseDependencies Property

If the SystemUpdateAction depends on another SystemUpdateAction, the array should contain the key(s) of that particular update(s).

Namespace:  Omada.OE.AppLogic.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public string[] Dependencies { get; set; }

Property Value

Type: String

Implements

ISystemUpdateActionDependencies
See Also