Interface UdefPublishHelper.IProgressHandler
Assembly: SoDataBase.dll
Syntax
public interface IProgressHandler
Properties
NumOperations
Declaration
int NumOperations { get; set; }
Property Value
Methods
IncrementProgress(Int32)
Declaration
void IncrementProgress(int numOperationsDone)
Parameters
Type |
Name |
Description |
Int32 |
numOperationsDone |
|
SetProgressDescription(String)
Declaration
void SetProgressDescription(string description)
Parameters
Type |
Name |
Description |
String |
description |
|
Extension Methods
EnumUtil.MapEnums<From, To>(From)