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

Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode 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 méthode

public static CreateResourceModel ( IEnvironmentModel environment ) : IContextualResourceModel
environment IEnvironmentModel
Résultat IContextualResourceModel

CreateResourceModel() public static méthode

public static CreateResourceModel ( IEnvironmentModel environment, ResourceType resourceType, string iconPath, string displayName ) : IContextualResourceModel
environment IEnvironmentModel
resourceType ResourceType
iconPath string
displayName string
Résultat IContextualResourceModel

CreateResourceModel() public static méthode

public static CreateResourceModel ( IEnvironmentModel environment, string resourceType ) : IContextualResourceModel
environment IEnvironmentModel
resourceType string
Résultat IContextualResourceModel

CreateResourceModel() public static méthode

public static CreateResourceModel ( IEnvironmentModel environment, string resourceType, string displayName ) : IContextualResourceModel
environment IEnvironmentModel
resourceType string
displayName string
Résultat IContextualResourceModel

CreateResourceModel() public static méthode

public static CreateResourceModel ( IEnvironmentModel environment, string resourceType, string resourceName, string displayName ) : IContextualResourceModel
environment IEnvironmentModel
resourceType string
resourceName string
displayName string
Résultat IContextualResourceModel