C# 클래스 MonoDevelop.CSharp.Formatting.CSharpFormattingProfileDialog

파일 보기 프로젝트 열기: LogosBible/monodevelop 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
ComboBoxStore ListStore

공개 메소드들

메소드 설명
CSharpFormattingProfileDialog ( CSharpFormattingPolicy profile ) : System
ConvertProperty ( Type propertyType, string newText ) : object
TranslateValue ( object value ) : string

비공개 메소드들

메소드 설명
AddOption ( TreeStore model, TreeIter parent, string propertyName, string displayName, string example ) : TreeIter
AddOption ( TreeStore model, string propertyName, string displayName, string example ) : TreeIter
CSharpFormattingProfileDialog ( ) : System
ComboboxDataFunc ( TreeViewColumn col, CellRenderer cell, TreeModel model, TreeIter iter ) : void
GetProperty ( TreeModel model, TreeIter iter ) : PropertyInfo
GetPropertyByName ( string name ) : PropertyInfo
GetValue ( string propertyName ) : object
HandleEntryBeforUsingsChanged ( object sender, EventArgs e ) : void
RenderIcon ( TreeViewColumn col, CellRenderer cell, TreeModel model, TreeIter iter ) : void
SetFlag ( Entry entry, int oldValue ) : int
ToggleDataFunc ( TreeViewColumn col, CellRenderer cell, TreeModel model, TreeIter iter ) : void
TreeSelectionChanged ( object sender, EventArgs e ) : void
UpdateExample ( TreeModel model, TreeIter iter ) : void
UpdateExample ( string example ) : void

메소드 상세

CSharpFormattingProfileDialog() 공개 메소드

public CSharpFormattingProfileDialog ( CSharpFormattingPolicy profile ) : System
profile CSharpFormattingPolicy
리턴 System

ConvertProperty() 공개 정적인 메소드

public static ConvertProperty ( Type propertyType, string newText ) : object
propertyType Type
newText string
리턴 object

TranslateValue() 공개 정적인 메소드

public static TranslateValue ( object value ) : string
value object
리턴 string

프로퍼티 상세

ComboBoxStore 보호되어 있는 프로퍼티

protected ListStore ComboBoxStore
리턴 ListStore