C# Class MonoDevelop.Monobjc.Gui.BaseRefactoringDialog

Inheritance: Gtk.Dialog
Afficher le fichier Open project: Monobjc/monobjc-monodevelop

Méthodes publiques

Méthode Description
BaseRefactoringDialog ( MonoDevelop.Refactoring.RefactoringOperation refactoring, MonoDevelop.Refactoring.RefactoringOptions options, MonobjcProject project ) : System

Méthodes protégées

Méthode Description
GetAttribute ( String attributeType, String parameter ) : ICSharpCode.NRefactory.CSharp.Attribute
GetFieldDeclaration ( String name, AstType propertyType ) : FieldDeclaration
GetPropertyDeclaration ( String name, AstType propertyType, AttributeSection attributeSection = null ) : PropertyDeclaration
GetThrowStatement ( String name ) : ThrowStatement
Indent ( String content, String indent ) : String
Shorten ( IType type ) : AstType

Method Details

BaseRefactoringDialog() public méthode

public BaseRefactoringDialog ( MonoDevelop.Refactoring.RefactoringOperation refactoring, MonoDevelop.Refactoring.RefactoringOptions options, MonobjcProject project ) : System
refactoring MonoDevelop.Refactoring.RefactoringOperation
options MonoDevelop.Refactoring.RefactoringOptions
project MonobjcProject
Résultat System

GetAttribute() protected méthode

protected GetAttribute ( String attributeType, String parameter ) : ICSharpCode.NRefactory.CSharp.Attribute
attributeType String
parameter String
Résultat ICSharpCode.NRefactory.CSharp.Attribute

GetFieldDeclaration() protected méthode

protected GetFieldDeclaration ( String name, AstType propertyType ) : FieldDeclaration
name String
propertyType AstType
Résultat FieldDeclaration

GetPropertyDeclaration() protected méthode

protected GetPropertyDeclaration ( String name, AstType propertyType, AttributeSection attributeSection = null ) : PropertyDeclaration
name String
propertyType AstType
attributeSection AttributeSection
Résultat PropertyDeclaration

GetThrowStatement() protected méthode

protected GetThrowStatement ( String name ) : ThrowStatement
name String
Résultat ThrowStatement

Indent() protected méthode

protected Indent ( String content, String indent ) : String
content String
indent String
Résultat String

Shorten() protected méthode

protected Shorten ( IType type ) : AstType
type IType
Résultat AstType