C# Class Sage.SData.Client.Extensions.SDataPayload

Datei anzeigen Open project: Saleslogix/SDataCSharpClientLib Class Usage Examples

Public Methods

Method Description
Load ( XPathNavigator source, XmlNamespaceManager manager ) : bool
WriteTo ( XmlWriter writer, string xmlNamespace ) : void

Private Methods

Method Description
InferItemType ( XPathNavigator item ) : ItemType
LoadItem ( string name, IEnumerable items, XmlNamespaceManager manager ) : bool
ValueToString ( object value ) : string
WriteItemTo ( string name, string ns, object value, XmlWriter writer, string xmlNamespace ) : void
WriteTo ( string name, string ns, XmlWriter writer, string xmlNamespace ) : void

Method Details

Load() public method

public Load ( XPathNavigator source, XmlNamespaceManager manager ) : bool
source System.Xml.XPath.XPathNavigator
manager System.Xml.XmlNamespaceManager
return bool

WriteTo() public method

public WriteTo ( XmlWriter writer, string xmlNamespace ) : void
writer System.Xml.XmlWriter
xmlNamespace string
return void