C# Class Thinktecture.Tools.Web.Services.CodeGeneration.R2DMessage

Datei anzeigen Open project: WSCF/WSCF Class Usage Examples

Public Properties

Property Type Description
name string
parameters System.Collections.ArrayList

Public Methods

Method Description
R2DMessage ( XmlElement elem, XmlNamespaceManager nsmgr ) : System
SetupRelations ( ElementStore store, Rpc2DocumentLiteralTranslator trans ) : void
Translate ( string operationName, string operationNS, bool isInput ) : void

Private Methods

Method Description
GetSchemaElementName ( string operationName, bool isInput ) : string

Method Details

R2DMessage() public method

public R2DMessage ( XmlElement elem, XmlNamespaceManager nsmgr ) : System
elem System.Xml.XmlElement
nsmgr System.Xml.XmlNamespaceManager
return System

SetupRelations() public method

public SetupRelations ( ElementStore store, Rpc2DocumentLiteralTranslator trans ) : void
store ElementStore
trans Rpc2DocumentLiteralTranslator
return void

Translate() public method

public Translate ( string operationName, string operationNS, bool isInput ) : void
operationName string
operationNS string
isInput bool
return void

Property Details

name public_oe property

public string name
return string

parameters public_oe property

public ArrayList,System.Collections parameters
return System.Collections.ArrayList