Compartilhar via


Method.ReadXml Method

Reads the Method definition from the specified metadata XML for the specified external content type.

Namespace:  Microsoft.SharePoint.BusinessData.Administration.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)

Syntax

'Declaration
Public Shared Function ReadXml ( _
    xml As String, _
    <OutAttribute> ByRef errors As String(), _
    packageContents As PackageContents, _
    entity As Entity _
) As Method
'Usage
Dim xml As String
Dim errors As String()
Dim packageContents As PackageContents
Dim entity As Entity
Dim returnValue As Method

returnValue = Method.ReadXml(xml, errors, _
    packageContents, entity)
public static Method ReadXml(
    string xml,
    out string[] errors,
    PackageContents packageContents,
    Entity entity
)

Parameters

  • errors
    Type: []

    A list of noncritical errors that occurred when reading the XML.

Return Value

Type: Microsoft.SharePoint.BusinessData.Administration.Client.Method
The Method.

Exceptions

Exception Condition
ArgumentNullException

The xml parameter or the entity parameter is a null reference (Nothing in Visual Basic).

ArgumentException

The packageContents parameter does not have the PackageContents.Model value set.

See Also

Reference

Method Class

Method Members

Microsoft.SharePoint.BusinessData.Administration.Client Namespace