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

상속: Dev2.Runtime.Diagnostics.ExceptionManager
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_resourceCatalog IResourceCatalog

공개 메소드들

메소드 설명
DbMethods ( string args, System.Guid workspaceId, System.Guid dataListId ) : ServiceMethodList
DbTest ( string args, System.Guid workspaceId, System.Guid dataListId ) : Recordset
FetchMethods ( DbSource dbSource ) : ServiceMethodList
FetchRecordset ( DbService dbService, bool addFields ) : Recordset
FetchRecordset ( PluginService pluginService, bool addFields ) : RecordsetList
FetchRecordset ( WebService webService, bool addFields ) : RecordsetList
Get ( string args, System.Guid workspaceId, System.Guid dataListId ) : Service
IsReadOnly ( string resourceId, System.Guid workspaceId, System.Guid dataListId ) : WebPermission
Save ( string args, System.Guid workspaceId, System.Guid dataListId ) : string
Services ( ) : System
Services ( IResourceCatalog resourceCatalog, IAuthorizationService authorizationService ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
GetDefaultService ( ResourceType resourceType ) : Service

메소드 상세

CreateDatabaseBroker() 보호된 메소드

protected CreateDatabaseBroker ( ) : SqlDatabaseBroker
리턴 SqlDatabaseBroker

DbMethods() 공개 메소드

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

DbTest() 공개 메소드

public DbTest ( string args, System.Guid workspaceId, System.Guid dataListId ) : Recordset
args string
workspaceId System.Guid
dataListId System.Guid
리턴 Dev2.Runtime.ServiceModel.Data.Recordset

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

FetchMethods() 공개 메소드

public FetchMethods ( DbSource dbSource ) : ServiceMethodList
dbSource Dev2.Runtime.ServiceModel.Data.DbSource
리턴 ServiceMethodList

FetchRecordset() 공개 메소드

public FetchRecordset ( DbService dbService, bool addFields ) : Recordset
dbService Dev2.Runtime.ServiceModel.Data.DbService
addFields bool
리턴 Dev2.Runtime.ServiceModel.Data.Recordset

FetchRecordset() 공개 메소드

public FetchRecordset ( PluginService pluginService, bool addFields ) : RecordsetList
pluginService Dev2.Runtime.ServiceModel.Data.PluginService
addFields bool
리턴 RecordsetList

FetchRecordset() 공개 메소드

public FetchRecordset ( WebService webService, bool addFields ) : RecordsetList
webService Dev2.Runtime.ServiceModel.Data.WebService
addFields bool
리턴 RecordsetList

Get() 공개 메소드

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

IsReadOnly() 공개 메소드

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

Save() 공개 메소드

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

Services() 공개 메소드

public Services ( ) : System
리턴 System

Services() 공개 메소드

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

프로퍼티 상세

_resourceCatalog 보호되어 있는 프로퍼티

protected IResourceCatalog _resourceCatalog
리턴 IResourceCatalog