C# 클래스 RockWeb.Plugins.org_newpointe.Shape.ShapeResults

상속: Rock.Web.UI.RockBlock
파일 보기 프로젝트 열기: NewPointe/Rockit

공개 프로퍼티들

프로퍼티 타입 설명
Ability1 int
Ability2 int
PersonEncodedKey string
SelectedPerson Person
SpiritualGift1 int
SpiritualGift2 int
SpiritualGift3 int
SpiritualGift4 int

공개 메소드들

메소드 설명
Base64Decode ( string base64EncodedData ) : string

보호된 메소드들

메소드 설명
GetPersonFromForm ( string formId ) : Person
GetPersonFromId ( string PersonId ) : Person
Page_Load ( object sender, EventArgs e ) : void
lbSaveAccount_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbSaveAccount control.

비공개 메소드들

메소드 설명
ShowExplaination ( string personalityType ) : void

Shows the explaination for the given personality type as defined in one of the DefinedValues of the DISC Results DefinedType.

ShowResults ( DiscService savedScores ) : void

Shows the results of the assessment test.

메소드 상세

Base64Decode() 공개 정적인 메소드

public static Base64Decode ( string base64EncodedData ) : string
base64EncodedData string
리턴 string

GetPersonFromForm() 보호된 메소드

protected GetPersonFromForm ( string formId ) : Person
formId string
리턴 Person

GetPersonFromId() 보호된 메소드

protected GetPersonFromId ( string PersonId ) : Person
PersonId string
리턴 Person

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

lbSaveAccount_Click() 보호된 메소드

Handles the Click event of the lbSaveAccount control.
protected lbSaveAccount_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

프로퍼티 상세

Ability1 공개적으로 프로퍼티

public int Ability1
리턴 int

Ability2 공개적으로 프로퍼티

public int Ability2
리턴 int

PersonEncodedKey 공개적으로 프로퍼티

public string PersonEncodedKey
리턴 string

SelectedPerson 공개적으로 프로퍼티

public Person SelectedPerson
리턴 Person

SpiritualGift1 공개적으로 프로퍼티

public int SpiritualGift1
리턴 int

SpiritualGift2 공개적으로 프로퍼티

public int SpiritualGift2
리턴 int

SpiritualGift3 공개적으로 프로퍼티

public int SpiritualGift3
리턴 int

SpiritualGift4 공개적으로 프로퍼티

public int SpiritualGift4
리턴 int