RelationInformation Class
This class contains information about the Object instances between which an association must be established.
Inheritance Hierarchy
SystemObject
  Talisma.Server.TLSysSISConnectorRelationInformation

Namespace:  Talisma.Server.TLSysSISConnector
 

Syntax
C#
[SerializableAttribute]
public class RelationInformation

The RelationInformation type exposes the following members.

Properties
NameDescription
Public propertyPropertiesInformation
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.
Public propertyRelationshipId
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.
Public propertySourceInstanceId
The ID of the source instance with which the target instance is associated.
Public propertySourceObjectType
The Object type of the source instance.
Public propertySourceURL
The URL of the SIS or CampusNexus CRM system from which the request has been sent. Specifying a value for this member is optional.
Public propertyTargetInstanceId
The ID of the target instance that is associated with the source instance.
Public propertyTargetObjectType
The Object type of the target instance. Specifying a value for this member is optional.
Public propertyTargetURL
The URL of the SIS or CampusNexus CRM system to which the request has been sent. Specifying a value for this member is optional.
Public propertyTransactionId
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.
Top
See Also