AssocPersSubentityId Class

This class persistently identifies SubentityId of an Entity. SubentityId is transient and may change when the entity is modified, reevaluated, etc., whereas AssocPersSubentityId identifies the subentity in such a way that it is always possible to obtain the corresponding subentities (if they still exist), even after the entity has been edited or reevaluated any number of times.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.RuntimeRXObject
        Teigha.DatabaseServicesAssocPersSubentityId

Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public abstract class AssocPersSubentityId : RXObject

The AssocPersSubentityId type exposes the following members.

Constructors
  Name Description
Public method AssocPersSubentityId Default constructor for the AssocPersSubentityId class.
Top
Properties
  Name Description
Public property AutoDelete Property that indicates whether the object should be automatically deleted by the Garbage Collector.
(Inherited from DisposableWrapper)
Public property IsDisposed Property that indicates whether pointer to native code unmanaged object == IntPtr::Zero.
(Inherited from DisposableWrapper)
Public property IsNull Property that indicates whether this AssocPersSubentityId is not referencing any subentity of an entity.
Public property UnmanagedObject Property that represents a pointer to an unmanaged object.
(Inherited from DisposableWrapper)
Top
Methods
  Name Description
Public method Audit Gathers the information for the audit operation.
Public method Clone Creates a *clone* of this object, and returns a pointer to the *clone*.
(Inherited from RXObject)
Public method CompareTo Allows classes to compare class objects.
(Inherited from RXObject)
Public method CopyFrom Copies the contents of the specified object into this object.
(Inherited from RXObject)
Public methodStatic member CreateObjectAndDwgInFields Reads the class identification of the actual AssocPersSubentityId-derived class, creates an object of this derived class and calls DwgInFields() on it.
Public methodStatic member CreateObjectAndDxfInFields Reads the class identification of the actual AssocPersSubentityId-derived class, creates an object of this derived class and calls DxfInFields() on it.
Public method CreateObjRef
(Inherited from MarshalByRefObject)
Protected method DeleteUnmanagedObject
(Inherited from RXObject)
Public method Dispose
(Inherited from DisposableWrapper)
Protected method Dispose(Boolean)
(Inherited from DisposableWrapper)
Public method DwgInFields This function is called by dwgIn() to allow the object to read in its data.
Public method DwgOutFields In base implementation, writes-out the actual class identification so that it is possible to create an object of the same class when the data is read back in.
Public method DxfInFields This function is called by dxfIn() to allow the object to read in its data.
Public method DxfOutFields In base implementation, writes-out the actual class identification so that it is possible to create an object of the same class when the data is read back in.
Public method Equals Checks objects for equality.
(Inherited from DisposableWrapper)
Protected method Finalize
(Inherited from DisposableWrapper)
Public method GetHashCode Retrieves the object hash code.
(Inherited from DisposableWrapper)
Public method GetLifetimeService
(Inherited from MarshalByRefObject)
Public method GetMetaObject
(Inherited from RXObject)
Public method GetRXClass Gets a class describing instance dynamically associated with this object as the OdRxClass object.
(Inherited from RXObject)
Public method GetTransientSubentIds Gets all subentity identifiers that corresponds to this AssocPersSubentityId.
Public method GetType
(Inherited from Object)
Public method InitializeLifetimeService
(Inherited from MarshalByRefObject)
Public method IsEqualTo Checks whether the other AssocPersSubentityId reference are exactly the same subentity of the same entity.
Protected method MemberwiseClone
(Inherited from Object)
Protected method MemberwiseClone(Boolean)
(Inherited from MarshalByRefObject)
Public method Mirror Notifies this AssocPersSubentityId that the entity has been mirrored and that the AssocPersSubentityId may possibly need to update itself to identify the same subentity in the mirrored entity as it identified before the entity has been mirrored.
Public method QueryX Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class.
(Inherited from RXObject)
Public method SubentType Gets the type of the subentity.
Public method ToString
(Inherited from Object)
Public method TransientSubentCount Gets the number of transient SubentityIds corresponding to this AssocPersSubentityId.
Public method X Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class, or throws an exception if it cannot.
(Inherited from RXObject)
Top
See Also

©  Bricsys NV. All rights reserved.