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
id
Type: System.UInt32The identifier property.
name
Type: System.StringThe name property.
isCached
Type: System.Booleantrue if the object is to be cached; otherwise, false.
version
Type: System.Int32The version property.
ordinalNumber
Type: System.ByteThe ordinal number property.
direction
Type: Microsoft.BusinessData.MetadataModel.DirectionTypeThe direction property.
methodId
Type: System.UInt32The method identifier property.
rootTypeDescriptorId
Type: System.UInt32The root type descriptor property.
partitionId
Type: System.GuidThe partition identifier property.