AssocPersSubentityIdPECreateNewPersSubent
Method
|
Creates a new AssocPersSubentityId instance
from the specified SubentityId. The default implementation creates
does not use entity and compId parameters, instead it just creates
a SimplePersSubentityId that just holds the specified
SubentityId.
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public virtual AssocPersSubentityId CreateNewPersSubent(
Entity entity,
CompoundObjectId compId,
SubentityId subentId
)
Public Overridable Function CreateNewPersSubent (
entity As Entity,
compId As CompoundObjectId,
subentId As SubentityId
) As AssocPersSubentityId
public:
virtual AssocPersSubentityId^ CreateNewPersSubent(
Entity^ entity,
CompoundObjectId^ compId,
SubentityId subentId
)
abstract CreateNewPersSubent :
entity : Entity *
compId : CompoundObjectId *
subentId : SubentityId -> AssocPersSubentityId
override CreateNewPersSubent :
entity : Entity *
compId : CompoundObjectId *
subentId : SubentityId -> AssocPersSubentityId
Parameters
- entity Entity
- [in] Entity for modifications. Not used in default
implementation.
- compId CompoundObjectId
- [in] Contains full context path to entity. Not used in default
implementation.
- subentId SubentityId
- [in] Transient subentity identifier.
Return Value
AssocPersSubentityId
Newly created AssocPersSubentityId instance.
See Also