IdentifierStruct constructor (UInt32, String, Boolean, Int32, String, Byte, 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, _
typeName As String, _
ordinalNumber As Byte, _
entityId As UInteger, _
partitionId As Guid _
)
'Usage
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim version As Integer
Dim typeName As String
Dim ordinalNumber As Byte
Dim entityId As UInteger
Dim partitionId As Guid
Dim instance As New IdentifierStruct(id, name, _
isCached, version, typeName, ordinalNumber, _
entityId, partitionId)
public IdentifierStruct(
uint id,
string name,
bool isCached,
int version,
string typeName,
byte ordinalNumber,
uint entityId,
Guid partitionId
)
Parameters
id
Type: System.UInt32The MetadataObjectId of the Identifier object.
name
Type: System.StringThe name of the identifier.
isCached
Type: System.Booleantrue if the object is to be cached; otherwise, false.
version
Type: System.Int32The MetadataObject version.
typeName
Type: System.StringThe name of the type identifier.
ordinalNumber
Type: System.ByteThe ordinal number.
entityId
Type: System.UInt32The MetadataObjectId of the external content type that contains this identifier.
partitionId
Type: System.GuidThe partition identifier.