A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. 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