C# Class XAF_Bootstrap.Editors.XafBootstrapPropertyEditors.XafBootstrapEnumPropertyEditor

Inheritance: ASPxPropertyEditor, IXafBootstrapEditor, IComplexViewItem
显示文件 Open project: Terricks/XAFBootstrap

Public Properties

Property Type Description
Application XafApplication
Edit XAF_Bootstrap.Controls.XafBootstrapDropdownEdit
ObjectSpace IObjectSpace

Public Methods

Method Description
GetImmediatePostDataScript ( ) : string
GetXafDisplayName ( Enum enumVal ) : String
IComplexViewItem ( DevExpress objectSpace, DevExpress application ) : void
XafBootstrapEnumPropertyEditor ( Type objectType, IModelMemberViewItem info ) : System

Protected Methods

Method Description
CreateEditModeControlCore ( ) : System.Web.UI.WebControls.WebControl
CreateViewModeControlCore ( ) : System.Web.UI.WebControls.WebControl
GetControlValueCore ( ) : object
ReadEditModeValueCore ( ) : void
ReadViewModeValueCore ( ) : void
SetupControl ( System control ) : void

Private Methods

Method Description
InitEdit ( ) : void

Method Details

CreateEditModeControlCore() protected method

protected CreateEditModeControlCore ( ) : System.Web.UI.WebControls.WebControl
return System.Web.UI.WebControls.WebControl

CreateViewModeControlCore() protected method

protected CreateViewModeControlCore ( ) : System.Web.UI.WebControls.WebControl
return System.Web.UI.WebControls.WebControl

GetControlValueCore() protected method

protected GetControlValueCore ( ) : object
return object

GetImmediatePostDataScript() public method

public GetImmediatePostDataScript ( ) : string
return string

GetXafDisplayName() public method

public GetXafDisplayName ( Enum enumVal ) : String
enumVal System.Enum
return String

IComplexViewItem() public method

public IComplexViewItem ( DevExpress objectSpace, DevExpress application ) : void
objectSpace DevExpress
application DevExpress
return void

ReadEditModeValueCore() protected method

protected ReadEditModeValueCore ( ) : void
return void

ReadViewModeValueCore() protected method

protected ReadViewModeValueCore ( ) : void
return void

SetupControl() protected method

protected SetupControl ( System control ) : void
control System
return void

XafBootstrapEnumPropertyEditor() public method

public XafBootstrapEnumPropertyEditor ( Type objectType, IModelMemberViewItem info ) : System
objectType System.Type
info IModelMemberViewItem
return System

Property Details

Application public_oe property

public XafApplication Application
return XafApplication

Edit public_oe property

public XafBootstrapDropdownEdit,XAF_Bootstrap.Controls Edit
return XAF_Bootstrap.Controls.XafBootstrapDropdownEdit

ObjectSpace public_oe property

public IObjectSpace ObjectSpace
return IObjectSpace