C# 클래스 FourRoads.Common.TelligentCommunity.Controls.PasswordPropertyControl

상속: System.Web.UI.Control, IPropertyControl
파일 보기 프로젝트 열기: 4-Roads/FourRoads.TelligentCommunity

공개 메소드들

메소드 설명
GetConfigurationPropertyValue ( ) : object
SetConfigurationPropertyValue ( object value ) : void

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void

메소드 상세

CreateChildControls() 보호된 메소드

protected CreateChildControls ( ) : void
리턴 void

GetConfigurationPropertyValue() 공개 메소드

public GetConfigurationPropertyValue ( ) : object
리턴 object

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPreRender() 보호된 메소드

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void

SetConfigurationPropertyValue() 공개 메소드

public SetConfigurationPropertyValue ( object value ) : void
value object
리턴 void