C# Class Dev2.Runtime.Configuration.ViewModels.LoggingViewModel

Inheritance: SettingsViewModelBase, IDataErrorInfo
Show file Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
GetView ( object context = null ) : object
LoadServiceInputs ( ) : void
LoggingViewModel ( ) : System
RefreshData ( ) : void
UpdatePostWorkflow ( IWorkflowDescriptor postWorkflow ) : void
UpdateSearchFilter ( string filter ) : void
this ( string propertyName ) : string

Private Methods

Method Description
ClearPostWorkflow ( bool clearServiceInput = true ) : void
GetDataListInputs ( ) : IEnumerable
GetResources ( ) : IEnumerable
InitPostWorkflow ( ) : void
Initialize ( ) : void
LoadWorkflows ( ) : void
LoggingSettingsPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
SettingsChanged ( ) : void
ToggleLogAll ( bool logAll ) : void

Method Details

GetView() public method

public GetView ( object context = null ) : object
context object
return object

LoadServiceInputs() public method

public LoadServiceInputs ( ) : void
return void

LoggingViewModel() public method

public LoggingViewModel ( ) : System
return System

RefreshData() public method

public RefreshData ( ) : void
return void

UpdatePostWorkflow() public method

public UpdatePostWorkflow ( IWorkflowDescriptor postWorkflow ) : void
postWorkflow IWorkflowDescriptor
return void

UpdateSearchFilter() public method

public UpdateSearchFilter ( string filter ) : void
filter string
return void

this() public method

public this ( string propertyName ) : string
propertyName string
return string