MethodStruct constructor (UInt32, String, Boolean, Int32, Boolean, String, 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, _
isStatic As Boolean, _
lobName As String, _
entityId As UInteger, _
partitionId As Guid _
)
'Usage
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim version As Integer
Dim isStatic As Boolean
Dim lobName As String
Dim entityId As UInteger
Dim partitionId As Guid
Dim instance As New MethodStruct(id, name, _
isCached, version, isStatic, lobName, _
entityId, partitionId)
public MethodStruct(
uint id,
string name,
bool isCached,
int version,
bool isStatic,
string lobName,
uint entityId,
Guid partitionId
)
Parameters
id
Type: System.UInt32The identifier (ID).
name
Type: System.StringThe name.
isCached
Type: System.Booleantrue to be cached; otherwise, false.
version
Type: System.Int32The version.
isStatic
Type: System.Booleantrue if the method is static; otherwise, false.
lobName
Type: System.StringThe external system name.
entityId
Type: System.UInt32The external content type ID.
partitionId
Type: System.GuidThe partition ID.