C# Class Dev2.Studio.Core.Messages.ShowDependenciesMessage

Inheritance: AbstractResourceMessage
Exibir arquivo Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
ShowDependenciesMessage ( IContextualResourceModel resourceModel, bool showDependentOnMe = false ) : Dev2.Studio.Core.Interfaces

Initializes a new instance of the ShowDependenciesMessage class.

Method Details

ShowDependenciesMessage() public method

Initializes a new instance of the ShowDependenciesMessage class.
public ShowDependenciesMessage ( IContextualResourceModel resourceModel, bool showDependentOnMe = false ) : Dev2.Studio.Core.Interfaces
resourceModel IContextualResourceModel The resource model.
showDependentOnMe bool if set to true [show dependent on me].
return Dev2.Studio.Core.Interfaces