xdd Class |
Namespace: ctDynamicsSL
[ScriptServiceAttribute] [WebServiceAttribute(Namespace = "http://www.catalinatechnology.com/services/ctDynamicsSL")] public class xdd : baseServiceSL
The xdd type exposes the following members.
Name | Description | |
---|---|---|
![]() | Application | Gets the application object for the current HTTP request. (Inherited from WebService.) |
![]() | Container | Gets the container for the component. (Inherited from MarshalByValueComponent.) |
![]() | Context | Gets the ASP.NET HttpContext for the current request, which encapsulates all HTTP-specific context used by the HTTP server to process Web requests. (Inherited from WebService.) |
![]() | dbConn |
The database connection for non transaction calls in the web service
(Inherited from baseServiceSL.) |
![]() | dbConnWT |
The database connection for the web service with transactions
Automatically created if the license is valid.
(Inherited from baseServiceSL.) |
![]() | debugLevel | (Inherited from baseServiceSL.) |
![]() | debugMode |
Returns the boolean value of the web.config key "debugMode"
If global debugmode is not set, checks if debugmode for the service is enabled.
Defaults to false
(Inherited from baseServiceSL.) |
![]() | DesignMode | Gets a value indicating whether the component is currently in design mode. (Inherited from MarshalByValueComponent.) |
![]() | disableTransactions | (Inherited from baseServiceSL.) |
![]() | disableValidation | (Inherited from baseServiceSL.) |
![]() | dtDefaultFunctions | (Inherited from baseServiceSL.) |
![]() | dtPostEditProcessing | (Inherited from baseServiceSL.) |
![]() | dtValidateFunctions | (Inherited from baseServiceSL.) |
![]() | errorLogFile |
Returns the errorlogfile for the executing service
If not defined by service, then global log file is returned from AppSettings["ERRORLOGFILE"]
Only used if debugMode = true
(Inherited from baseServiceSL.) |
![]() | licenseValid | (Inherited from baseServiceSL.) |
![]() | myBaseDSLLib | (Inherited from baseServiceSL.) |
![]() | mySite | (Inherited from baseServiceSL.) |
![]() | myTransaction | (Inherited from baseServiceSL.) |
![]() | Server | Gets the HttpServerUtility for the current request. (Inherited from WebService.) |
![]() | Session | Gets the HttpSessionState instance for the current request. (Inherited from WebService.) |
![]() | Site | Gets or sets the site of the component. (Inherited from MarshalByValueComponent.) |
![]() | SoapVersion | Gets the version of the SOAP protocol used to make the SOAP request to the XML Web service. (Inherited from WebService.) |
![]() | User | Gets the ASP.NET server User object. Can be used to authenticate whether a user is authorized to execute the request. (Inherited from WebService.) |
Name | Description | |
---|---|---|
![]() | Disposed | Adds an event handler to listen to the Disposed event on the component. (Inherited from MarshalByValueComponent.) |
Name | Description | |
---|---|---|
![]() | mySLHeader | (Inherited from baseServiceSL.) |