C# Class Dev2.Studio.Core.Factories.ResourceModelFactory

显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
CreateResourceModel ( IEnvironmentModel environment ) : IContextualResourceModel
CreateResourceModel ( IEnvironmentModel environment, ResourceType resourceType, string iconPath, string displayName ) : IContextualResourceModel
CreateResourceModel ( IEnvironmentModel environment, string resourceType ) : IContextualResourceModel
CreateResourceModel ( IEnvironmentModel environment, string resourceType, string displayName ) : IContextualResourceModel
CreateResourceModel ( IEnvironmentModel environment, string resourceType, string resourceName, string displayName ) : IContextualResourceModel

Method Details

CreateResourceModel() public static method

public static CreateResourceModel ( IEnvironmentModel environment ) : IContextualResourceModel
environment IEnvironmentModel
return IContextualResourceModel

CreateResourceModel() public static method

public static CreateResourceModel ( IEnvironmentModel environment, ResourceType resourceType, string iconPath, string displayName ) : IContextualResourceModel
environment IEnvironmentModel
resourceType ResourceType
iconPath string
displayName string
return IContextualResourceModel

CreateResourceModel() public static method

public static CreateResourceModel ( IEnvironmentModel environment, string resourceType ) : IContextualResourceModel
environment IEnvironmentModel
resourceType string
return IContextualResourceModel

CreateResourceModel() public static method

public static CreateResourceModel ( IEnvironmentModel environment, string resourceType, string displayName ) : IContextualResourceModel
environment IEnvironmentModel
resourceType string
displayName string
return IContextualResourceModel

CreateResourceModel() public static method

public static CreateResourceModel ( IEnvironmentModel environment, string resourceType, string resourceName, string displayName ) : IContextualResourceModel
environment IEnvironmentModel
resourceType string
resourceName string
displayName string
return IContextualResourceModel