C# Класс Dev2.Runtime.ServiceModel.Services

Наследование: Dev2.Runtime.Diagnostics.ExceptionManager
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
_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