Share via


ParameterStruct constructor (UInt32, String, Boolean, Int32, Byte, DirectionType, UInt32, UInt32, Guid)

Initializes a new instance of the class.

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    id As UInteger, _
    name As String, _
    isCached As Boolean, _
    version As Integer, _
    ordinalNumber As Byte, _
    direction As DirectionType, _
    methodId As UInteger, _
    rootTypeDescriptorId As UInteger, _
    partitionId As Guid _
)
'Usage
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim version As Integer
Dim ordinalNumber As Byte
Dim direction As DirectionType
Dim methodId As UInteger
Dim rootTypeDescriptorId As UInteger
Dim partitionId As Guid

Dim instance As New ParameterStruct(id, name, _
    isCached, version, ordinalNumber, _
    direction, methodId, rootTypeDescriptorId, _
    partitionId)
public ParameterStruct(
    uint id,
    string name,
    bool isCached,
    int version,
    byte ordinalNumber,
    DirectionType direction,
    uint methodId,
    uint rootTypeDescriptorId,
    Guid partitionId
)

Parameters

  • isCached
    Type: System.Boolean

    true if the object is to be cached; otherwise, false.

  • ordinalNumber
    Type: System.Byte

    The ordinal number property.

  • rootTypeDescriptorId
    Type: System.UInt32

    The root type descriptor property.

  • partitionId
    Type: System.Guid

    The partition identifier property.

See also

Reference

ParameterStruct class

ParameterStruct members

ParameterStruct overload

Microsoft.SharePoint.BusinessData.SharedService namespace