C# Class System.Web.Services.Description.ServiceDescriptionReaderBase

Inheritance: System.Xml.Serialization.XmlSerializationReader
Datei anzeigen Open project: remobjects/mono

Public Methods

Method Description
ReadObject_Binding ( bool isNullable, bool checkType ) : System.Web.Services.Description.Binding
ReadObject_FaultBinding ( bool isNullable, bool checkType ) : System.Web.Services.Description.FaultBinding
ReadObject_Import ( bool isNullable, bool checkType ) : System.Web.Services.Description.Import
ReadObject_InputBinding ( bool isNullable, bool checkType ) : System.Web.Services.Description.InputBinding
ReadObject_Message ( bool isNullable, bool checkType ) : System.Web.Services.Description.Message
ReadObject_MessagePart ( bool isNullable, bool checkType ) : System.Web.Services.Description.MessagePart
ReadObject_Operation ( bool isNullable, bool checkType ) : System.Web.Services.Description.Operation
ReadObject_OperationBinding ( bool isNullable, bool checkType ) : System.Web.Services.Description.OperationBinding
ReadObject_OperationFault ( bool isNullable, bool checkType ) : System.Web.Services.Description.OperationFault
ReadObject_OperationInput ( bool isNullable, bool checkType ) : System.Web.Services.Description.OperationInput
ReadObject_OperationOutput ( bool isNullable, bool checkType ) : System.Web.Services.Description.OperationOutput
ReadObject_OutputBinding ( bool isNullable, bool checkType ) : System.Web.Services.Description.OutputBinding
ReadObject_Port ( bool isNullable, bool checkType ) : System.Web.Services.Description.Port
ReadObject_PortType ( bool isNullable, bool checkType ) : System.Web.Services.Description.PortType
ReadObject_Service ( bool isNullable, bool checkType ) : System.Web.Services.Description.Service
ReadObject_ServiceDescription ( bool isNullable, bool checkType ) : System.Web.Services.Description.ServiceDescription
ReadObject_Types ( bool isNullable, bool checkType ) : System.Web.Services.Description.Types
ReadObject_XmlSchema ( bool isNullable, bool checkType ) : XmlSchema
ReadRoot_ServiceDescription ( ) : object

Protected Methods

Method Description
InitCallbacks ( ) : void
InitIDs ( ) : void

Private Methods

Method Description
FromBinHexString ( string input ) : byte[]

Method Details

InitCallbacks() protected method

protected InitCallbacks ( ) : void
return void

InitIDs() protected method

protected InitIDs ( ) : void
return void

ReadObject_Binding() public method

public ReadObject_Binding ( bool isNullable, bool checkType ) : System.Web.Services.Description.Binding
isNullable bool
checkType bool
return System.Web.Services.Description.Binding

ReadObject_FaultBinding() public method

public ReadObject_FaultBinding ( bool isNullable, bool checkType ) : System.Web.Services.Description.FaultBinding
isNullable bool
checkType bool
return System.Web.Services.Description.FaultBinding

ReadObject_Import() public method

public ReadObject_Import ( bool isNullable, bool checkType ) : System.Web.Services.Description.Import
isNullable bool
checkType bool
return System.Web.Services.Description.Import

ReadObject_InputBinding() public method

public ReadObject_InputBinding ( bool isNullable, bool checkType ) : System.Web.Services.Description.InputBinding
isNullable bool
checkType bool
return System.Web.Services.Description.InputBinding

ReadObject_Message() public method

public ReadObject_Message ( bool isNullable, bool checkType ) : System.Web.Services.Description.Message
isNullable bool
checkType bool
return System.Web.Services.Description.Message

ReadObject_MessagePart() public method

public ReadObject_MessagePart ( bool isNullable, bool checkType ) : System.Web.Services.Description.MessagePart
isNullable bool
checkType bool
return System.Web.Services.Description.MessagePart

ReadObject_Operation() public method

public ReadObject_Operation ( bool isNullable, bool checkType ) : System.Web.Services.Description.Operation
isNullable bool
checkType bool
return System.Web.Services.Description.Operation

ReadObject_OperationBinding() public method

public ReadObject_OperationBinding ( bool isNullable, bool checkType ) : System.Web.Services.Description.OperationBinding
isNullable bool
checkType bool
return System.Web.Services.Description.OperationBinding

ReadObject_OperationFault() public method

public ReadObject_OperationFault ( bool isNullable, bool checkType ) : System.Web.Services.Description.OperationFault
isNullable bool
checkType bool
return System.Web.Services.Description.OperationFault

ReadObject_OperationInput() public method

public ReadObject_OperationInput ( bool isNullable, bool checkType ) : System.Web.Services.Description.OperationInput
isNullable bool
checkType bool
return System.Web.Services.Description.OperationInput

ReadObject_OperationOutput() public method

public ReadObject_OperationOutput ( bool isNullable, bool checkType ) : System.Web.Services.Description.OperationOutput
isNullable bool
checkType bool
return System.Web.Services.Description.OperationOutput

ReadObject_OutputBinding() public method

public ReadObject_OutputBinding ( bool isNullable, bool checkType ) : System.Web.Services.Description.OutputBinding
isNullable bool
checkType bool
return System.Web.Services.Description.OutputBinding

ReadObject_Port() public method

public ReadObject_Port ( bool isNullable, bool checkType ) : System.Web.Services.Description.Port
isNullable bool
checkType bool
return System.Web.Services.Description.Port

ReadObject_PortType() public method

public ReadObject_PortType ( bool isNullable, bool checkType ) : System.Web.Services.Description.PortType
isNullable bool
checkType bool
return System.Web.Services.Description.PortType

ReadObject_Service() public method

public ReadObject_Service ( bool isNullable, bool checkType ) : System.Web.Services.Description.Service
isNullable bool
checkType bool
return System.Web.Services.Description.Service

ReadObject_ServiceDescription() public method

public ReadObject_ServiceDescription ( bool isNullable, bool checkType ) : System.Web.Services.Description.ServiceDescription
isNullable bool
checkType bool
return System.Web.Services.Description.ServiceDescription

ReadObject_Types() public method

public ReadObject_Types ( bool isNullable, bool checkType ) : System.Web.Services.Description.Types
isNullable bool
checkType bool
return System.Web.Services.Description.Types

ReadObject_XmlSchema() public method

public ReadObject_XmlSchema ( bool isNullable, bool checkType ) : XmlSchema
isNullable bool
checkType bool
return System.Xml.Schema.XmlSchema

ReadRoot_ServiceDescription() public method

public ReadRoot_ServiceDescription ( ) : object
return object