C# Class Dev2.Runtime.Configuration.ComponentModel.SettingsObjectAttribute

Inheritance: System.Attribute
Show file Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
SettingsObjectAttribute ( Type view, Type viewModel ) : System

Private Methods

Method Description
CheckInheretenceHierarchy ( Type type, Type requiredBase ) : bool

Method Details

SettingsObjectAttribute() public method

public SettingsObjectAttribute ( Type view, Type viewModel ) : System
view System.Type
viewModel System.Type
return System