C# Class Serenity.PropertyGrid.BasicPropertyProcessor

Inheritance: Serenity.PropertyGrid.PropertyProcessor
Exibir arquivo Open project: volkanceylan/Serenity

Public Methods

Method Description
Process ( IPropertySource source, PropertyItem item ) : void

Private Methods

Method Description
AutoDetermineEditorType ( Type valueType, Type enumType, object>.IDictionary editorParams ) : string
AutoWidth ( Field field ) : int
SetAlignment ( IPropertySource source, PropertyItem item ) : void
SetCollapsible ( IPropertySource source, PropertyItem item ) : void
SetCssClass ( IPropertySource source, PropertyItem item ) : void
SetEditing ( IPropertySource source, PropertyItem item ) : void
SetFiltering ( IPropertySource source, PropertyItem item ) : void
SetInsertPermission ( IPropertySource source, PropertyItem item ) : void
SetReadPermission ( IPropertySource source, PropertyItem item ) : void
SetRequired ( IPropertySource source, PropertyItem item ) : void
SetResizable ( IPropertySource source, PropertyItem item ) : void
SetSorting ( IPropertySource source, PropertyItem item ) : void
SetTitle ( IPropertySource source, PropertyItem item ) : void
SetUpdatePermission ( IPropertySource source, PropertyItem item ) : void
SetVisible ( IPropertySource source, PropertyItem item ) : void
SetWidth ( IPropertySource source, PropertyItem item ) : void

Method Details

Process() public method

public Process ( IPropertySource source, PropertyItem item ) : void
source IPropertySource
item Serenity.ComponentModel.PropertyItem
return void