C# Class XSharp.Project.XSharpGeneralPropertyPage

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetClassName ( ) : string

Returns class FullName property value.

XSharpGeneralPropertyPage ( ) : System

Explicitly defined default constructor.

Méthodes protégées

Méthode Description
ApplyChanges ( ) : int

Apply Changes on project node.

BindProperties ( ) : void

Bind properties.

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

XSharpGeneralPropertyPage() public méthode

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