C# 클래스 XSharp.Project.XSharpGeneralPropertyPage

상속: XSharpSettingsPage
파일 보기 프로젝트 열기: X-Sharp/XSharpPublic 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetClassName ( ) : string

Returns class FullName property value.

XSharpGeneralPropertyPage ( ) : System

Explicitly defined default constructor.

보호된 메소드들

메소드 설명
ApplyChanges ( ) : int

Apply Changes on project node.

BindProperties ( ) : void

Bind properties.

메소드 상세

ApplyChanges() 보호된 메소드

Apply Changes on project node.
protected ApplyChanges ( ) : int
리턴 int

BindProperties() 보호된 메소드

Bind properties.
protected BindProperties ( ) : void
리턴 void

GetClassName() 공개 메소드

Returns class FullName property value.
public GetClassName ( ) : string
리턴 string

XSharpGeneralPropertyPage() 공개 메소드

Explicitly defined default constructor.
public XSharpGeneralPropertyPage ( ) : System
리턴 System