RelationInformation Class |
This class contains information about the Object instances between which an association must be established.

SystemObject
Talisma.Server.TLSysSISConnectorRelationInformation
Namespace: Talisma.Server.TLSysSISConnectorTalisma.Server.TLSysSISConnectorRelationInformation

C#
[SerializableAttribute] public class RelationInformation
The RelationInformation type exposes the following members.

Name | Description | |
---|---|---|
![]() | PropertiesInformation |
This is an array of the PropertyInformation structure that contains information about Properties of the Relationship from the target
instance side. Specify values for the members of this structure only if the Relationship between the Objects is of type Many to Many.
|
![]() | RelationshipId |
The ID of the Relationship using which the source instance and the target instance are associated.
For the UpdateAssociation method the Property values of this Relationship must be updated.
|
![]() | SourceInstanceId |
The ID of the source instance with which the target instance is associated.
|
![]() | SourceObjectType |
The Object type of the source instance.
|
![]() | SourceURL |
The URL of the SIS or CampusNexus CRM system from which the request has been sent. Specifying a value for this member is optional.
|
![]() | TargetInstanceId |
The ID of the target instance that is associated with the source instance.
|
![]() | TargetObjectType |
The Object type of the target instance. Specifying a value for this member is optional.
|
![]() | TargetURL |
The URL of the SIS or CampusNexus CRM system to which the request has been sent. Specifying a value for this member is optional.
|
![]() | TransactionId |
The ID of the transaction in the Incoming Transaction queue. This input value is required only if the AddAssociation,
UpdateAssociation, or DeleteAssociation method is resubmitted to the Incoming Transaction queue, and you want
to prevent the creation of duplicate transactions for the same API request.
|
