C# Class CascadeSharp.TKernel.Message.Message_ProgressRange

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Close ( ) : void
IsActive ( ) : bool
Message_ProgressRange ( ) : System
Message_ProgressRange ( Message_ProgressRange theOther ) : System
Message_ProgressRange ( CascadeSharp.TKernel.Message.Message_ProgressScope theParent, double theStart, double theDelta ) : System
More ( ) : bool
UserBreak ( ) : bool

Method Details

Close() public method

public Close ( ) : void
return void

IsActive() public method

public IsActive ( ) : bool
return bool

Message_ProgressRange() public method

public Message_ProgressRange ( ) : System
return System

Message_ProgressRange() public method

public Message_ProgressRange ( Message_ProgressRange theOther ) : System
theOther Message_ProgressRange
return System

Message_ProgressRange() public method

public Message_ProgressRange ( CascadeSharp.TKernel.Message.Message_ProgressScope theParent, double theStart, double theDelta ) : System
theParent CascadeSharp.TKernel.Message.Message_ProgressScope
theStart double
theDelta double
return System

More() public method

public More ( ) : bool
return bool

UserBreak() public method

public UserBreak ( ) : bool
return bool