DataClassStruct constructor (UInt32, String, Boolean, Int32, Guid, String, Version, Boolean, UInt32, 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, _
objectVersion As Integer, _
partitionId As Guid, _
nameSpace As String, _
version As Version, _
active As Boolean, _
lobSystemId As UInteger, _
modelId As UInteger _
)
'Usage
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim objectVersion As Integer
Dim partitionId As Guid
Dim nameSpace As String
Dim version As Version
Dim active As Boolean
Dim lobSystemId As UInteger
Dim modelId As UInteger
Dim instance As New DataClassStruct(id, name, _
isCached, objectVersion, partitionId, _
nameSpace, version, active, lobSystemId, _
modelId)
public DataClassStruct(
uint id,
string name,
bool isCached,
int objectVersion,
Guid partitionId,
string nameSpace,
Version version,
bool active,
uint lobSystemId,
uint modelId
)
Parameters
id
Type: System.UInt32The identifier (ID) of the structure.
name
Type: System.StringThe name of the structure.
isCached
Type: System.Booleantrue to be cached; otherwise, false.
objectVersion
Type: System.Int32The version of the object.
partitionId
Type: System.GuidThe partition ID.
nameSpace
Type: System.StringThe namespace.
version
Type: System.VersionThe version.
active
Type: System.Booleantrue if active; otherwise, false.
lobSystemId
Type: System.UInt32The external system's ID.
modelId
Type: System.UInt32The mode ID.