C# 클래스 Dev2.Studio.Core.Factories.ResourceModelFactory

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
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

메소드 상세

CreateResourceModel() 공개 정적인 메소드

public static CreateResourceModel ( IEnvironmentModel environment ) : IContextualResourceModel
environment IEnvironmentModel
리턴 IContextualResourceModel

CreateResourceModel() 공개 정적인 메소드

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

CreateResourceModel() 공개 정적인 메소드

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

CreateResourceModel() 공개 정적인 메소드

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

CreateResourceModel() 공개 정적인 메소드

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