Class BusinessManagerService
Inheritance
System.Object
BusinessManagerService
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 10.8.0
public class BusinessManagerService : WebService
Constructors
Declaration
public BusinessManagerService()
Fields
Declaration
public const string NsMediachaseNet = "http://mediachase.net/"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string NsMicrosoftCom = "http://microsoft.com/wsdl/types/"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string NsXMLSchema = "http://www.w3.org/2001/XMLSchema"
Field Value
Type |
Description |
System.String |
|
NsXMLSchemaInstance
Declaration
public const string NsXMLSchemaInstance = "http://www.w3.org/2001/XMLSchema-instance"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string WebServiceName = "BusinessManager"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string WebServiceNamespace = "http://mediachase.net/"
Field Value
Type |
Description |
System.String |
|
Methods
Creates the specified target.
Declaration
public WsPrimaryKeyId Create(WsEntityObject target)
Parameters
Returns
Declaration
public void Delete(string metaClassName, WsPrimaryKeyId primaryKeyId)
Parameters
Type |
Name |
Description |
System.String |
metaClassName |
|
WsPrimaryKeyId |
primaryKeyId |
|
Declaration
public WsResponse Execute(WsRequest request)
Parameters
Returns
Declaration
public WsEntityObject InitializeEntity(string metaClassName)
Parameters
Type |
Name |
Description |
System.String |
metaClassName |
|
Returns
Lists the specified meta class name.
Declaration
public WsEntityObjectList List(string metaClassName, FilterElement[] filters, SortingElement[] elements)
Parameters
Type |
Name |
Description |
System.String |
metaClassName |
Name of the meta class.
|
FilterElement[] |
filters |
The filters.
|
SortingElement[] |
elements |
The elements.
|
Returns
Loads the specified meta class name.
Declaration
public WsEntityObject Load(string metaClassName, WsPrimaryKeyId primaryKeyId)
Parameters
Type |
Name |
Description |
System.String |
metaClassName |
Name of the meta class.
|
WsPrimaryKeyId |
primaryKeyId |
The primary key id.
|
Returns
Updates the specified target.
Declaration
public void Update(WsEntityObject target)
Parameters