C# Class MonoDevelop.CSharp.Formatting.CSharpFormattingProfileDialog

Afficher le fichier Open project: LogosBible/monodevelop Class Usage Examples

Protected Properties

Свойство Type Description
ComboBoxStore ListStore

Méthodes publiques

Méthode Description
CSharpFormattingProfileDialog ( CSharpFormattingPolicy profile ) : System
ConvertProperty ( Type propertyType, string newText ) : object
TranslateValue ( object value ) : string

Private Methods

Méthode Description
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

Method Details

CSharpFormattingProfileDialog() public méthode

public CSharpFormattingProfileDialog ( CSharpFormattingPolicy profile ) : System
profile CSharpFormattingPolicy
Résultat System

ConvertProperty() public static méthode

public static ConvertProperty ( Type propertyType, string newText ) : object
propertyType Type
newText string
Résultat object

TranslateValue() public static méthode

public static TranslateValue ( object value ) : string
value object
Résultat string

Property Details

ComboBoxStore protected_oe property

protected ListStore ComboBoxStore
Résultat ListStore