C# Класс MonoDevelop.CSharp.Formatting.CSharpFormattingProfileDialog

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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