C# 클래스 MonoDevelop.Monobjc.Gui.BaseRefactoringDialog

상속: Gtk.Dialog
파일 보기 프로젝트 열기: Monobjc/monobjc-monodevelop

공개 메소드들

메소드 설명
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