Represents the mechanism for mapping an external class property to a corresponding Content Engine class property.


The following tables list the members exposed by IExternalPropertyAlias.

Public Properties

  Name Description
Public property ClassIdentity Specifies one of the following:
  • The identity of the external class described by this external class description.
  • The identity of the external class for which this external class alias defines a mapping.
  • The identity of the external class to which this mapped property belongs.

For ExternalClassDescription objects only, this string is immutable and is unique within the repository in which the external class description belongs.

Public property PropertyIdentity Specifies the identity of the external property described by this external property description or for which this external property alias defines a mapping.

For ExternalPropertyDescription objects only, this string is immutable and is unique within the external class to which the external property description belongs.

Top

See Also