C# Class XSharp.Project.XSharpBuildPropertyPage

Inheritance: XSharpSettingsPage
Mostra file Open project: X-Sharp/XSharpPublic

Private Properties

Property Type Description
ValidateWarningLevel int

Public Methods

Method Description
GetClassName ( ) : string

Returns class FullName property value.

XSharpBuildPropertyPage ( ) : System

Explicitly defined default constructor.

Protected Methods

Method Description
ApplyChanges ( ) : int

Apply Changes on project node.

BindProperties ( ) : void

Bind properties.

Private Methods

Method Description
ValidateWarningLevel ( int level ) : int

Method Details

ApplyChanges() protected method

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

BindProperties() protected method

Bind properties.
protected BindProperties ( ) : void
return void

GetClassName() public method

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

XSharpBuildPropertyPage() public method

Explicitly defined default constructor.
public XSharpBuildPropertyPage ( ) : System
return System