OperationParams Class
This structure enables you to specify values of the ignoreMandatoryCheck and updateReadOnlyProperties flags.
Inheritance Hierarchy
SystemObject
  Talisma.Server.CommonOperationParams

Namespace:  Talisma.Server.Common
 

Syntax
C#
[SerializableAttribute]
public class OperationParams

The OperationParams type exposes the following members.

Fields
NameDescription
Public fieldignoreMandatoryCheck
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.
Public fieldupdateReadOnlyProperties
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.
Top
See Also