C# 클래스 Dev2.Runtime.ServiceModel.PluginSources

상속: Dev2.Runtime.Diagnostics.ExceptionManager
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
Get ( string resourceId, System.Guid workspaceId, System.Guid dataListId ) : PluginSource
Save ( string args, System.Guid workspaceId, System.Guid dataListId ) : string
ValidateAssemblyImageFormat ( string args, System.Guid workspaceId, System.Guid dataListId ) : string

메소드 상세

Get() 공개 메소드

public Get ( string resourceId, System.Guid workspaceId, System.Guid dataListId ) : PluginSource
resourceId string
workspaceId System.Guid
dataListId System.Guid
리턴 Dev2.Runtime.ServiceModel.Data.PluginSource

Save() 공개 메소드

public Save ( string args, System.Guid workspaceId, System.Guid dataListId ) : string
args string
workspaceId System.Guid
dataListId System.Guid
리턴 string

ValidateAssemblyImageFormat() 공개 메소드

public ValidateAssemblyImageFormat ( string args, System.Guid workspaceId, System.Guid dataListId ) : string
args string
workspaceId System.Guid
dataListId System.Guid
리턴 string