C# 클래스 Serenity.PropertyGrid.BasicPropertyProcessor

상속: Serenity.PropertyGrid.PropertyProcessor
파일 보기 프로젝트 열기: volkanceylan/Serenity

공개 메소드들

메소드 설명
Process ( IPropertySource source, PropertyItem item ) : void

비공개 메소드들

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

메소드 상세

Process() 공개 메소드

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