PersistableIdEntInfo Constructor
An extension of the ACW.Ent class with some extra data indicated if it repesents the master(sliding latest version) of the object
Syntax
public PersistableIdEntInfo(
System.string entityClass,
System.long id,
System.bool latest,
System.bool idIsVersionId
)Public Function New( _
ByVal entityClass As System.String, _
ByVal id As System.Long, _
ByVal latest As System.Boolean, _
ByVal idIsVersionId As System.Boolean _
)Parameters
| Name | Description |
|---|---|
| entityClass | The entity class of the entity. |
| id | The id of the entity. |
| latest | Whether this object represents the master(sliding latest version) or a particular version of the entity. |
| idIsVersionId | Tells whether this is a version id or a master id. |