ActionParameterStruct Constructor (UInt32, String, Boolean, Int32, Guid, Byte, UInt32)
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, _
partitionId As Guid, _
index As Byte, _
actionId As UInteger _
)
'Usage
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim version As Integer
Dim partitionId As Guid
Dim index As Byte
Dim actionId As UInteger
Dim instance As New ActionParameterStruct(id, name, _
isCached, version, partitionId, index, _
actionId)
public ActionParameterStruct(
uint id,
string name,
bool isCached,
int version,
Guid partitionId,
byte index,
uint actionId
)
Parameters
id
Type: System.UInt32The object identifier.
name
Type: System.StringThe object name.
isCached
Type: System.BooleanThe object identifier.
version
Type: System.Int32The object version.
partitionId
Type: System.GuidThe partition identifier.
index
Type: System.ByteThe object index.
actionId
Type: System.UInt32The action identifier.