SmartBatch 2006 Application Programmatic Interface

DependencyFileCondition Enumeration

Conditions to be used with a File Existence depenedency.

public enum DependencyFileCondition

Members

Member Name Description
Equal Equal to condition.
GreaterThan Greater than condition.
LessThan Less than condition.
GreaterOrEqual Greater than or equal to condition.
LessOrEqual Less than or equal to condition.
NotEqual Not equal to condition.

Requirements

Namespace: OnLineToolWorks.SmartBatch.Data

Assembly: OnLineToolWorks.SmartBatch.Data (in OnLineToolWorks.SmartBatch.Data.dll)

See Also

OnLineToolWorks.SmartBatch.Data Namespace