DataClassStruct Constructor (UInt32, String, Boolean, Int32, Guid, String, Version, Boolean, UInt32, UInt32)

Initializes a new instance of the class.

Namespace:  Microsoft.SharePoint.BusinessData.Administration.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.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

  • objectVersion
    Type: System.Int32

    The version of the object.

See Also

Reference

DataClassStruct Class

DataClassStruct Members

DataClassStruct Overload

Microsoft.SharePoint.BusinessData.Administration.Client Namespace