Show / Hide Table of Contents

Enum ConditionalStatements

Describes all possible conditional statements.

Namespace:Testura.Code
Assembly:Testura.Code.dll
Syntax
public enum ConditionalStatements

Fields

Name Description
Equal

Generate with an equal conditional statement: "=".

GreaterThan

Generate with a greater than conditional statement: ">".

GreaterThanOrEqual

Generate with a greater than or eqal conditional statement: ">=".

LessThan

Generate with a less than conditional statement: "<".

LessThanOrEqual

Generate with a less than or equal conditional statement: "<=".

NotEqual

Generate with an not equal conditional statement: "!=".

Extension Methods

ObjectExtensions.IsNumeric()
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX