Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <ObfuscationAttribute(Exclude := False, ApplyToMembers := True, Feature := "encrypt-strings"), _ WebServiceAttribute(Namespace := "http://www.catalinatechnology.com/services/ctAC/")> Public Class pdf Inherits baseServiceAC |
| C# |
|---|
| [ObfuscationAttribute(Exclude = False, ApplyToMembers = True, Feature = "encrypt-strings")] [WebServiceAttribute(Namespace = "http://www.catalinatechnology.com/services/ctAC/")] public class pdf : baseServiceAC |
| C++ |
|---|
| [ObfuscationAttribute(Exclude = False, ApplyToMembers = True, Feature = L"encrypt-strings")] [WebServiceAttribute(Namespace = L"http://www.catalinatechnology.com/services/ctAC/")] ref class pdf : baseServiceAC |
| J# |
|---|
| /** @attribute ObfuscationAttribute(Exclude = False, ApplyToMembers = True, Feature = "encrypt-strings") */ /** @attribute WebServiceAttribute(Namespace = "http://www.catalinatechnology.com/services/ctAC/") */ public class pdf extends baseServiceAC |
| JScript |
|---|
| public ObfuscationAttribute(Exclude = False, ApplyToMembers = True, Feature = "encrypt-strings") WebServiceAttribute(Namespace = "http://www.catalinatechnology.com/services/ctAC/") class pdf extends baseServiceAC |
Inheritance Hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Web.Services.WebService
ctAC.baseServiceAC
ctAC.pdf
System.ComponentModel.MarshalByValueComponent
System.Web.Services.WebService
ctAC.baseServiceAC
ctAC.pdf
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.