World is now on Opti ID! Learn more

Class ConditionalEventArgs

Represents the event argument for code condition.

Inheritance
System.Object
ConditionalEventArgs
Namespace: Mediachase.Commerce.WorkflowCompatibility
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class ConditionalEventArgs : Object

Constructors

ConditionalEventArgs()

Declaration
public ConditionalEventArgs()

Properties

Result

Gets or sets the result of a evaluation.

Declaration
public bool Result { get; set; }
Property Value
Type Description
System.Boolean