Class DBC.WsdlDescriptionFields
Fields for WsdlDescription, Soap wsdl files
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.WsdlDescriptionFields
Fields
Body
WsdlDescription.Body: The content of the wsdl file
Declaration
public const string Body = "body"
Field Value
Type | Description |
---|---|
string |
Name
WsdlDescription.Name: The name of the wsdl file, same as used in the import statements in the wsdl file
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
string |
WsdlDescriptionId
WsdlDescription.WsdlDescriptionId: Primary key
Declaration
public const string WsdlDescriptionId = "id"
Field Value
Type | Description |
---|---|
string |