Class MapGraphUpdater
Updater to perform all update actions for Map Graph.
Inheritance
System.Object
MapGraphUpdater
Syntax
public class MapGraphUpdater : Updater
Properties
ProgressBarText
Declaration
protected override string ProgressBarText { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
ProgressBarTitle
Declaration
protected override string ProgressBarTitle { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
UpdateActions
Declaration
protected override IEnumerable<UpdateAction> UpdateActions { get; }
Property Value
Overrides