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

Provides the common elements for Syndication
Afficher le fichier Open project: Saleslogix/SDataCSharpClientLib

Méthodes publiques

Méthode 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

Méthode Description
Common ( ) : System

Method Details

GetSerializerNamespaces() public static méthode

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

IsFrameworkNamespace() public static méthode

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