C# 클래스 PHB.Apps.Mesh.ProfileManager.WizardCreateProfile

The profile creation wizard
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EscrowKeyShares List

Private Properties

프로퍼티 타입 설명
AsyncGetProfiles void

공개 메소드들

메소드 설명
Calculate ( ) : bool
Save ( ) : bool
WizardCreateProfile ( Model Model ) : System

비공개 메소드들

메소드 설명
AsyncGetProfiles ( ) : void

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

메소드 상세

Calculate() 공개 메소드

public Calculate ( ) : bool
리턴 bool

Save() 공개 메소드

public Save ( ) : bool
리턴 bool

WizardCreateProfile() 공개 메소드

public WizardCreateProfile ( Model Model ) : System
Model Model
리턴 System

프로퍼티 상세

EscrowKeyShares 공개적으로 프로퍼티

public List EscrowKeyShares
리턴 List