C# Class CascadeSharp.TKernel.Message.Message_ProgressRange

Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Close ( ) : void
Résultat void

IsActive() public méthode

public IsActive ( ) : bool
Résultat bool

Message_ProgressRange() public méthode

public Message_ProgressRange ( ) : System
Résultat System

Message_ProgressRange() public méthode

public Message_ProgressRange ( Message_ProgressRange theOther ) : System
theOther Message_ProgressRange
Résultat System

Message_ProgressRange() public méthode

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

More() public méthode

public More ( ) : bool
Résultat bool

UserBreak() public méthode

public UserBreak ( ) : bool
Résultat bool