C# 클래스 Carrotware.CMS.Core.LabeledControl

파일 보기 프로젝트 열기: ninianne98/CarrotCakeCMS 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( Object obj ) : bool
GetHashCode ( ) : int
LabeledControl ( ) : System
LabeledControl ( string controlLabel, Control keyControl ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( Object obj ) : bool
obj Object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

LabeledControl() 공개 메소드

public LabeledControl ( ) : System
리턴 System

LabeledControl() 공개 메소드

public LabeledControl ( string controlLabel, Control keyControl ) : System
controlLabel string
keyControl System.Web.UI.Control
리턴 System