Inheritance diagram for HPS.Exchange.BIMRelationship:
HPS.Sprocket HPS.Object

Public Member Functions

 BIMRelationship ()
 
 BIMRelationship (HPS.Exchange.BIMRelationship in_relationship)
 
override void Dispose ()
 
override bool Equals (System.Object obj)
 
bool Equals (HPS.Exchange.BIMRelationship in_relationship)
 
override int GetHashCode ()
 
HPS.Exchange.BIMRelationshipEntity [] GetRelatedEntities ()
 
HPS.Exchange.BIMRelationshipEntity GetRelatingEntity ()
 
HPS.Exchange.BIMRelationshipType GetType ()
 
override HPS.Type ObjectType ()
 
- Public Member Functions inherited from HPS.Sprocket
Sprocket (HPS.Sprocket in_that)
 
- Public Member Functions inherited from HPS.Object
virtual bool Empty ()
 
IntPtr GetClassID ()
 
IntPtr GetInstanceID ()
 
bool HasType (HPS.Type in_mask)
 
Object (HPS.Object that)
 
virtual void Reset ()
 
virtual HPS.Type Type ()
 

Static Public Member Functions

static bool operator!= (HPS.Exchange.BIMRelationship a, HPS.Exchange.BIMRelationship b)
 
static bool operator== (HPS.Exchange.BIMRelationship a, HPS.Exchange.BIMRelationship b)
 
- Static Public Member Functions inherited from HPS.Object
static IntPtr ClassID< T > ()
 

Protected Member Functions

override void deleteCptr ()
 
- Protected Member Functions inherited from HPS.Object
virtual IntPtr GetNonDirectorClassID ()
 

Additional Inherited Members

- Protected Attributes inherited from HPS.Object
bool cMemOwn
 
HandleRef cptr
 

Detailed Description

BIM relationship

Constructor & Destructor Documentation

◆ BIMRelationship() [1/2]

HPS.Exchange.BIMRelationship.BIMRelationship ( )
inline

The default constructor creates an empty BIMRelationship object.

◆ BIMRelationship() [2/2]

HPS.Exchange.BIMRelationship.BIMRelationship ( HPS.Exchange.BIMRelationship  in_relationship)
inline

The copy constructor creates a new BIMRelationship object that is associated with the same data as the source BIMRelationship.

Parameters
in_relationshipThe source BIMRelationship to copy.

Member Function Documentation

◆ Equals()

bool HPS.Exchange.BIMRelationship.Equals ( HPS.Exchange.BIMRelationship  in_relationship)
inline

Check if the source BIMRelationship is equivalent to this BIMRelationship.

Parameters
in_relationshipThe source BIMRelationship to compare to this BIMRelationship.
Returns
true if the objects are equivalent, false otherwise.

◆ GetRelatedEntities()

HPS.Exchange.BIMRelationshipEntity [] HPS.Exchange.BIMRelationship.GetRelatedEntities ( )
inline

Get an array of related BIMRelationshipEntity.

Returns
an array of BIMRelationshipEntity acting as related in the BIMRelationship.

◆ GetRelatingEntity()

HPS.Exchange.BIMRelationshipEntity HPS.Exchange.BIMRelationship.GetRelatingEntity ( )
inline

Get the relating BIMRelationshipEntity.

Returns
the RelatingshipEntity acting as relating in the BIMRelationship.

◆ GetType()

HPS.Exchange.BIMRelationshipType HPS.Exchange.BIMRelationship.GetType ( )
inline

Get the type of this BIMRelationship.

Returns
the BIMRelationshipType of this BIMRelationship.

◆ ObjectType()

override HPS.Type HPS.Exchange.BIMRelationship.ObjectType ( )
inlinevirtual

This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).

Returns
The declared type of the object in question, which may differ from the true, underlying type.

Reimplemented from HPS.Object.


The documentation for this class was generated from the following file:
  • internals/hps_sprk_exchange/source/cs/HPS.Exchange.cs