C# Class XSharp.Project.XSharpBuildPropertyPage

Inheritance: XSharpSettingsPage
Afficher le fichier Open project: X-Sharp/XSharpPublic

Private Properties

Свойство Type Description
ValidateWarningLevel int

Méthodes publiques

Méthode Description
GetClassName ( ) : string

Returns class FullName property value.

XSharpBuildPropertyPage ( ) : System

Explicitly defined default constructor.

Méthodes protégées

Méthode Description
ApplyChanges ( ) : int

Apply Changes on project node.

BindProperties ( ) : void

Bind properties.

Private Methods

Méthode Description
ValidateWarningLevel ( int level ) : int

Method Details

ApplyChanges() protected méthode

Apply Changes on project node.
protected ApplyChanges ( ) : int
Résultat int

BindProperties() protected méthode

Bind properties.
protected BindProperties ( ) : void
Résultat void

GetClassName() public méthode

Returns class FullName property value.
public GetClassName ( ) : string
Résultat string

XSharpBuildPropertyPage() public méthode

Explicitly defined default constructor.
public XSharpBuildPropertyPage ( ) : System
Résultat System