C# Класс MonoDevelop.Monobjc.Gui.BaseRefactoringDialog

Наследование: Gtk.Dialog
Показать файл Открыть проект

Открытые методы

Метод Описание
BaseRefactoringDialog ( MonoDevelop.Refactoring.RefactoringOperation refactoring, MonoDevelop.Refactoring.RefactoringOptions options, MonobjcProject project ) : System

Защищенные методы

Метод Описание
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

Описание методов

BaseRefactoringDialog() публичный Метод

public BaseRefactoringDialog ( MonoDevelop.Refactoring.RefactoringOperation refactoring, MonoDevelop.Refactoring.RefactoringOptions options, MonobjcProject project ) : System
refactoring MonoDevelop.Refactoring.RefactoringOperation
options MonoDevelop.Refactoring.RefactoringOptions
project MonobjcProject
Результат System

GetAttribute() защищенный Метод

protected GetAttribute ( String attributeType, String parameter ) : ICSharpCode.NRefactory.CSharp.Attribute
attributeType String
parameter String
Результат ICSharpCode.NRefactory.CSharp.Attribute

GetFieldDeclaration() защищенный Метод

protected GetFieldDeclaration ( String name, AstType propertyType ) : FieldDeclaration
name String
propertyType AstType
Результат FieldDeclaration

GetPropertyDeclaration() защищенный Метод

protected GetPropertyDeclaration ( String name, AstType propertyType, AttributeSection attributeSection = null ) : PropertyDeclaration
name String
propertyType AstType
attributeSection AttributeSection
Результат PropertyDeclaration

GetThrowStatement() защищенный Метод

protected GetThrowStatement ( String name ) : ThrowStatement
name String
Результат ThrowStatement

Indent() защищенный Метод

protected Indent ( String content, String indent ) : String
content String
indent String
Результат String

Shorten() защищенный Метод

protected Shorten ( IType type ) : AstType
type IType
Результат AstType