London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class BusinessManagerSoapExtensionReflector

Represents business manager SOAP extension reflector.

Inheritance
System.Object
BusinessManagerSoapExtensionReflector
Namespace: Mediachase.BusinessFoundation.Data.WebServices
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.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()