EnumInformation Class
This class contains details of enumerated constraints.
Inheritance Hierarchy
SystemObject
  Talisma.Server.TLSysSISConnectorEnumInformation

Namespace:  Talisma.Server.TLSysSISConnector
 

Syntax
C#
[SerializableAttribute]
public class EnumInformation

The EnumInformation type exposes the following members.

Properties
NameDescription
Public propertyActivate
This member is used to specify whether the value of the enumerated Property is activated or deactivated.
  • True - Indicates that the value is activated.
  • False - Indicates that the value is deactivated.
Note: This member is used only in the ActivateEnum method.
Public propertyConstraintId
The ID of the enumerated constraint to which the value is added, or whose value is updated, deleted or retrieved.
Public propertyEnumValue
The enumerated constraint value that must be added, or which must be updated or retrieved.

Note:This member is not used in the DeleteEnumValue method.

Public propertyIndex
The index number of the enumerated constraint value.
Public propertySourceURL
The URL of the SIS or CampusNexus CRM system from which the request has been sent.
Public propertyTargetURL
The URL of the SIS or CampusNexus CRM system to which the request has been sent.
Public propertyTransactionId
The ID of the transaction in the Incoming Transaction queue. This input value is required only if the AddEnumValue, UpdateEnumValue, or DeleteEnumValue 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