C# Class PHB.Apps.Mesh.ProfileManager.WizardCreateProfile

The profile creation wizard
Mostra file Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Properties

Property Type Description
EscrowKeyShares List

Private Properties

Property Type Description
AsyncGetProfiles void

Public Methods

Method Description
Calculate ( ) : bool
Save ( ) : bool
WizardCreateProfile ( Model Model ) : System

Private Methods

Method Description
AsyncGetProfiles ( ) : void

The actual async task. Specified as a function as a lambda binding is just too confusing in the code.

Method Details

Calculate() public method

public Calculate ( ) : bool
return bool

Save() public method

public Save ( ) : bool
return bool

WizardCreateProfile() public method

public WizardCreateProfile ( Model Model ) : System
Model Model
return System

Property Details

EscrowKeyShares public_oe property

public List EscrowKeyShares
return List