Click or drag to resize

IRelationship Methods

The IRelationship type exposes the following members.

Methods
  NameDescription
Public methodDestroy
Deletes the relationship.
Public methodGetAttrValue(String)
Retrieves the specified attribute value.
Public methodGetAttrValue(IRelAttrDef)
Retrieves the specified attribute value.
Public methodGetAttrValue(String, Boolean) Obsolete.
Retrieves the specified attribute value and indicates if the value is assigned.
Public methodGetAttrValue(IRelAttrDef, Boolean) Obsolete.
Retrieves the specified attribute value and indicates if the value is assigned.
Public methodGetAttrValues
Get all attribute values of the relationship.
Public methodGetObject
Retrieves the associated object in the specified direction.
Public methodGetRelType
Retrieve the relationship type.
Public methodReload
Refreshes the relationship data from secondary storage (e.g. database) if available. Use this method to retrieve up-to-date audit information (ChangedBy, ChangedOn properties).
Public methodSetAttrValue(String, Object)
Stores the specified attribute value.
Public methodSetAttrValue(IRelAttrDef, Object)
Stores the specified attribute value.
Public methodSetAttrValues
Set multiple attribute values with a single method call.
Public methodTouch
Updates the ChangedBy and ChangedOn information.
Public methodTryGetAttrValue(String, Boolean)
Attempts to get the specified attribute value and indicates if the value is assigned.
Public methodTryGetAttrValue(String, DateTime)
Attempts to get the specified attribute value and indicates if the value is assigned.
Public methodTryGetAttrValue(String, Double)
Attempts to get the specified attribute value and indicates if the value is assigned.
Public methodTryGetAttrValue(String, Int64)
Attempts to get the specified attribute value and indicates if the value is assigned.
Public methodTryGetAttrValue(String, Object)
Attempts to get the specified attribute value and indicates if the value is assigned.
Public methodTryGetAttrValue(String, String)
Attempts to get the specified attribute value and indicates if the value is assigned.
Public methodTryGetAttrValue(IRelAttrDef, Boolean)
Attempts to get the specified attribute value and indicates if the value is assigned.
Public methodTryGetAttrValue(IRelAttrDef, DateTime)
Attempts to get the specified attribute value and indicates if the value is assigned.
Public methodTryGetAttrValue(IRelAttrDef, Double)
Attempts to get the specified attribute value and indicates if the value is assigned.
Public methodTryGetAttrValue(IRelAttrDef, Int64)
Attempts to get the specified attribute value and indicates if the value is assigned.
Public methodTryGetAttrValue(IRelAttrDef, Object)
Attempts to get the specified attribute value and indicates if the value is assigned.
Public methodTryGetAttrValue(IRelAttrDef, String)
Attempts to get the specified attribute value and indicates if the value is assigned.
Top
See Also