Click or drag to resize

IRelType Properties

The IRelType type exposes the following members.

Properties
  NameDescription
Public propertyCardinalityFrom
The cardinality of the From role.
Public propertyCardinalityTo
The cardinality of the To role.
Public propertyDescription
The relationship type description. The description can be empty.
Public propertyDescriptionFrom
The description of the From role.
Public propertyDescriptionTo
The description of the To role.
Public propertyDisplayName
The display name.
Public propertyId
The relationship type ID. The ID is generated by the platform and cannot be modified.
Public propertyIsOrderedFrom
Indicates if the relationship instances of the From role are ordered.
Public propertyIsOrderedTo
Indicates if the relationship instances of the To role are ordered.
Public propertyIsValid
Indicates if the relationship type instance is valid. The relationship type becomes invalid if the Destroy method has been called or the package is deleted.
Public propertyName
The relationship type name. The name must be unique within the system context and must follow the QName convention. It is recommended that the relationship type name contains the package name prefix.
Public propertyPackage
Gets the containing package.
Top
See Also