Click or drag to resize

Action Enumeration

Action to take on an (import) value for a property.

Namespace:  Omada.OE.AppLogic.Serialization.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public enum Action
Members
  Member nameValueDescription
Add0 "Add" can be used on a value for a Set- or Reference-property.
Remove1 "Remove" can be used on a value for a Set- or Reference-property.
Modify2 "Modify" is the only valid value for a Value property.
See Also