C# 클래스 Sage.SData.Client.Framework.Common

Provides the common elements for Syndication
파일 보기 프로젝트 열기: Saleslogix/SDataCSharpClientLib

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
Common ( ) : System

메소드 상세

GetSerializerNamespaces() 공개 정적인 메소드

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

IsFrameworkNamespace() 공개 정적인 메소드

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