OperationParams Class |
This structure enables you to specify values of the ignoreMandatoryCheck and updateReadOnlyProperties flags.

SystemObject
Talisma.Server.CommonOperationParams
Namespace: Talisma.Server.CommonTalisma.Server.CommonOperationParams

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

Name | Description | |
---|---|---|
![]() | ignoreMandatoryCheck |
To create the custom Object item without specifying values for mandatory Properties, set the value of this flag to
True. The default value of this flag is False.
|
![]() | updateReadOnlyProperties |
To set values of read-only Properties with values specified in the PropertyInfo[] structure, set the value of this
flag to True. The default value of this flag is False.
|
