C# Class MonoDevelop.Monobjc.Gui.BaseRefactoringDialog

Inheritance: Gtk.Dialog
Show file Open project: Monobjc/monobjc-monodevelop

Public Methods

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

Protected Methods

Method 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 method

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

GetAttribute() protected method

protected GetAttribute ( String attributeType, String parameter ) : ICSharpCode.NRefactory.CSharp.Attribute
attributeType String
parameter String
return ICSharpCode.NRefactory.CSharp.Attribute

GetFieldDeclaration() protected method

protected GetFieldDeclaration ( String name, AstType propertyType ) : FieldDeclaration
name String
propertyType AstType
return FieldDeclaration

GetPropertyDeclaration() protected method

protected GetPropertyDeclaration ( String name, AstType propertyType, AttributeSection attributeSection = null ) : PropertyDeclaration
name String
propertyType AstType
attributeSection AttributeSection
return PropertyDeclaration

GetThrowStatement() protected method

protected GetThrowStatement ( String name ) : ThrowStatement
name String
return ThrowStatement

Indent() protected method

protected Indent ( String content, String indent ) : String
content String
indent String
return String

Shorten() protected method

protected Shorten ( IType type ) : AstType
type IType
return AstType