EntityObject Constructor (Guid, Nullable, Boolean, IList)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new instance of the EntityObject class using the specified classId, lastModified, concurrencyCheckRequired, and properties parameters.
Namespace: Microsoft.EnterpriseManagement.EntityStore
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim classId As Guid
Dim lastModified As Nullable(Of DateTime)
Dim concurrencyCheckRequired As Boolean
Dim properties As IList(Of IEntityProperty)
Dim instance As New EntityObject(classId, lastModified, concurrencyCheckRequired, properties)
Syntax
'Declaration
Public Sub New ( _
classId As Guid, _
lastModified As Nullable(Of DateTime), _
concurrencyCheckRequired As Boolean, _
properties As IList(Of IEntityProperty) _
)
public EntityObject (
Guid classId,
Nullable<DateTime> lastModified,
bool concurrencyCheckRequired,
IList<IEntityProperty> properties
)
public:
EntityObject (
Guid classId,
Nullable<DateTime> lastModified,
bool concurrencyCheckRequired,
IList<IEntityProperty^>^ properties
)
public EntityObject (
Guid classId,
Nullable<DateTime> lastModified,
boolean concurrencyCheckRequired,
IList<IEntityProperty> properties
)
public function EntityObject (
classId : Guid,
lastModified : Nullable<DateTime>,
concurrencyCheckRequired : boolean,
properties : IList<IEntityProperty>
)
Parameters
- classId
The class identifier.
- lastModified
The date and time at which the entity object was last modified.
- concurrencyCheckRequired
true if a concurrency check is required; otherwise false.
- properties
The list of entity properties.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows 98,Windows 2000,Windows 2000 Server,Windows CE,Windows Server 2008,Windows 98 Second Edition,Pocket PC,Smart Phone,Windows Server 2003,Windows XP Professional,Windows Vista,Windows XP
See Also
Reference
EntityObject Class
EntityObject Members
Microsoft.EnterpriseManagement.EntityStore Namespace