C# Class XAF_Bootstrap.BusinessObjects.XAFBootstrapConfiguration

Inheritance: BaseObject
显示文件 Open project: Terricks/XAFBootstrap Class Usage Examples

Public Properties

Property Type Description
_Instance XAFBootstrapConfiguration

Private Properties

Property Type Description

Public Methods

Method Description
GetMenuBackgroundColor ( ) : String
GetMenuTextColor ( ) : String
SetThemeChanged ( ) : void
XAFBootstrapConfiguration ( Session session ) : System

Protected Methods

Method Description
OnChanged ( string propertyName, object oldValue, object newValue ) : void
OnSaving ( ) : void

Method Details

GetMenuBackgroundColor() public method

public GetMenuBackgroundColor ( ) : String
return String

GetMenuTextColor() public method

public GetMenuTextColor ( ) : String
return String

OnChanged() protected method

protected OnChanged ( string propertyName, object oldValue, object newValue ) : void
propertyName string
oldValue object
newValue object
return void

OnSaving() protected method

protected OnSaving ( ) : void
return void

SetThemeChanged() public method

public SetThemeChanged ( ) : void
return void

XAFBootstrapConfiguration() public method

public XAFBootstrapConfiguration ( Session session ) : System
session Session
return System

Property Details

_Instance public_oe static_oe property

public static XAFBootstrapConfiguration,XAF_Bootstrap.BusinessObjects _Instance
return XAFBootstrapConfiguration