Click or drag to resize

Condition Enumeration

Condition

Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public enum Condition
Members
Member nameValueDescription
Equals0 Equals
GreaterThanOrEqual1 Greater than or equal
GreaterThan2 Greater than
LessThanOrEqual3 Less than or equal
LessThan4 Less than
See Also