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

Inheritance: System.Xml.Serialization.XmlSerializationWriter
Show file Open project: remobjects/mono

Public Methods

Method Description
WriteRoot_ServiceDescription ( object o ) : void

Protected Methods

Method Description
InitCallbacks ( ) : void

Private Methods

Method Description
ToBinHexString ( byte input ) : string
WriteObject_Binding ( System ob, string element, string namesp, bool isNullable, bool needType, bool writeWrappingElem ) : void
WriteObject_FaultBinding ( System ob, string element, string namesp, bool isNullable, bool needType, bool writeWrappingElem ) : void
WriteObject_Import ( System ob, string element, string namesp, bool isNullable, bool needType, bool writeWrappingElem ) : void
WriteObject_InputBinding ( System ob, string element, string namesp, bool isNullable, bool needType, bool writeWrappingElem ) : void
WriteObject_Message ( System ob, string element, string namesp, bool isNullable, bool needType, bool writeWrappingElem ) : void
WriteObject_MessagePart ( System ob, string element, string namesp, bool isNullable, bool needType, bool writeWrappingElem ) : void
WriteObject_Operation ( System ob, string element, string namesp, bool isNullable, bool needType, bool writeWrappingElem ) : void
WriteObject_OperationBinding ( System ob, string element, string namesp, bool isNullable, bool needType, bool writeWrappingElem ) : void
WriteObject_OperationFault ( System ob, string element, string namesp, bool isNullable, bool needType, bool writeWrappingElem ) : void
WriteObject_OperationInput ( System ob, string element, string namesp, bool isNullable, bool needType, bool writeWrappingElem ) : void
WriteObject_OperationOutput ( System ob, string element, string namesp, bool isNullable, bool needType, bool writeWrappingElem ) : void
WriteObject_OutputBinding ( System ob, string element, string namesp, bool isNullable, bool needType, bool writeWrappingElem ) : void
WriteObject_Port ( System ob, string element, string namesp, bool isNullable, bool needType, bool writeWrappingElem ) : void
WriteObject_PortType ( System ob, string element, string namesp, bool isNullable, bool needType, bool writeWrappingElem ) : void
WriteObject_Service ( System ob, string element, string namesp, bool isNullable, bool needType, bool writeWrappingElem ) : void
WriteObject_ServiceDescription ( System ob, string element, string namesp, bool isNullable, bool needType, bool writeWrappingElem ) : void
WriteObject_Types ( System ob, string element, string namesp, bool isNullable, bool needType, bool writeWrappingElem ) : void
WriteObject_XmlSchema ( System ob, string element, string namesp, bool isNullable, bool needType, bool writeWrappingElem ) : void

Method Details

InitCallbacks() protected method

protected InitCallbacks ( ) : void
return void

WriteRoot_ServiceDescription() public method

public WriteRoot_ServiceDescription ( object o ) : void
o object
return void