GeneralInfo Class
This class contains information about the ignoreMandatoryCheck and updateReadOnly flags. Specify values for the members of this structure only if you want to update the Object item without passing values for the mandatory Properties, or to update the values for the read-only Properties.
Inheritance Hierarchy
SystemObject
  Talisma.Server.TLSysSISConnectorGeneralInfo

Namespace:  Talisma.Server.TLSysSISConnector
 

Syntax
C#
[SerializableAttribute]
public class GeneralInfo

The GeneralInfo type exposes the following members.

Properties
NameDescription
Public propertyKeyName
The name of the flag. You can pass the following flag names:
  • ignoreMandatoryCheck - The ignoreMandatoryCheck flag is used to specify whether a check must be performed for the mandatory Properties. To create, update, or merge an Object instance without passing values for the mandatory Properties, set the value of the KeyValue member for this flag to Yes. Otherwise, set the value of this flag to No.
  • updateReadOnly - The updateReadOnly flag is used to specify whether the read-only properties must be updated. To update the read-only Properties, set the value of the KeyValue member for this flag to Yes. Otherwise, set the value of this flag to No.
Public propertyKeyValue
The value that must be set for the flag passed in the KeyName member. You can specify one of the following values:
  • Yes
  • No
Top
See Also