C# Class Sage.SData.Client.Framework.Common

Provides the common elements for Syndication
Mostra file Open project: Saleslogix/SDataCSharpClientLib

Public Methods

Method Description
GetSerializerNamespaces ( ) : XmlSerializerNamespaces

Returns the XmlSerializerNamespaces for the Accounts types.

IsFrameworkNamespace ( string ns ) : bool

Returns a value indicating if the specified namespace is a framework namespace.

Private Methods

Method Description
Common ( ) : System

Method Details

GetSerializerNamespaces() public static method

Returns the XmlSerializerNamespaces for the Accounts types.
public static GetSerializerNamespaces ( ) : XmlSerializerNamespaces
return System.Xml.Serialization.XmlSerializerNamespaces

IsFrameworkNamespace() public static method

Returns a value indicating if the specified namespace is a framework namespace.
public static IsFrameworkNamespace ( string ns ) : bool
ns string The namespace to check.
return bool