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

상속: Services
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
Methods ( string args, System.Guid workspaceId, System.Guid dataListId ) : ServiceMethodList
Namespaces ( string args, System.Guid workspaceId, System.Guid dataListId ) : NamespaceList
PluginServices ( ) : System
PluginServices ( IResourceCatalog resourceCatalog, IAuthorizationService authorizationService ) : System
Test ( string args, System.Guid workspaceId, System.Guid dataListId ) : RecordsetList

보호된 메소드들

메소드 설명
DeserializeService ( System.Xml.Linq.XElement xml, ResourceType resourceType ) : Service
DeserializeService ( string args ) : Service

메소드 상세

DeserializeService() 보호된 메소드

protected DeserializeService ( System.Xml.Linq.XElement xml, ResourceType resourceType ) : Service
xml System.Xml.Linq.XElement
resourceType ResourceType
리턴 Service

DeserializeService() 보호된 메소드

protected DeserializeService ( string args ) : Service
args string
리턴 Service

Methods() 공개 메소드

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

Namespaces() 공개 메소드

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

PluginServices() 공개 메소드

public PluginServices ( ) : System
리턴 System

PluginServices() 공개 메소드

public PluginServices ( IResourceCatalog resourceCatalog, IAuthorizationService authorizationService ) : System
resourceCatalog IResourceCatalog
authorizationService IAuthorizationService
리턴 System

Test() 공개 메소드

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