The IExternalPropertyAlias type exposes the following members.

ToggleProperties

Type NameDescription
Public propertyAliasDirection
A ReplicationDirection constant that specifies the direction in which mapping applies for this class or property alias: inbound, outbound, or both.
(Inherited from IExternalAlias.)
Public propertyClassDescription
The ClassDescription object containing the property metadata for the EngineObject.
(Inherited from IEngineObject.)
Public propertyClassIdentity
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 propertyExternalRepository
An ExternalRepository object that represents one of the following items:
  • The external repository in which this external identity applies.
  • The external repository in which this mapped external class is defined.
  • The external repository in which this mapped external property is defined.
  • The external repository participating in replication through its containing replication group.

An external repository is a repository that is external to the Content Engine server, such as an IBM® Content Manager OnDemand (CMOD) repository or an IBM® FileNet® Image Services repository.

(Inherited from IExternalAlias.)
Public propertyProperties
The IProperties collection of properties for the EngineObject.
(Inherited from IEngineObject.)
Public propertyPropertyIdentity
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.

ToggleSee Also