C# Class Cradiator.Config.ViewSettings

Inheritance: IViewSettings, INotifyPropertyChanged
Mostrar archivo Open project: PandaWood/Cradiator Class Usage Examples

Protected Properties

Property Type Description
_ShowServerName bool
_categoryRegEx string
_projectNameRegEx string
_serverNameRegEx string
_showOnlyBroken bool
_skinName string
_url string
_viewName string

Protected Methods

Method Description
Notify ( string propertyName ) : void

Method Details

Notify() protected method

protected Notify ( string propertyName ) : void
propertyName string
return void

Property Details

_ShowServerName protected_oe property

protected bool _ShowServerName
return bool

_categoryRegEx protected_oe property

protected string _categoryRegEx
return string

_projectNameRegEx protected_oe property

protected string _projectNameRegEx
return string

_serverNameRegEx protected_oe property

protected string _serverNameRegEx
return string

_showOnlyBroken protected_oe property

protected bool _showOnlyBroken
return bool

_skinName protected_oe property

protected string _skinName
return string

_url protected_oe property

protected string _url
return string

_viewName protected_oe property

protected string _viewName
return string