Class BusinessManagerSoapExtensionReflector

Represents business manager SOAP extension reflector.

Inheritance
System.Object
BusinessManagerSoapExtensionReflector
Namespace: Mediachase.BusinessFoundation.Data.WebServices
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 10.8.0
Syntax
public class BusinessManagerSoapExtensionReflector : SoapExtensionReflector

Constructors

BusinessManagerSoapExtensionReflector()

Initializes a new instance of the BusinessManagerSoapExtensionReflector class.

Declaration
public BusinessManagerSoapExtensionReflector()

Fields

DynamicEntityObject

Declaration
public const string DynamicEntityObject = "DynamicEntityObject"
Field Value
Type Description
System.String

EntityObject

Declaration
public const string EntityObject = "EntityObject"
Field Value
Type Description
System.String

PrimaryKeyId

Declaration
public const string PrimaryKeyId = "PrimaryKeyId"
Field Value
Type Description
System.String

Methods

ReflectMethod()

Abstract method that a derived class must implement to add SOAP extension information to a System.Web.Services.Description.ServiceDescription object on a per-method basis.

Declaration
public override void ReflectMethod()