[Gregor.Core.Flow]

Gregor.Core.Flow

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public static class Gregor.Core.Flow

Custom Attributes: Gregor.Core.Module()

Description: 


Members

Flow

public Flow()

Custom Attributes: 

Description: 

AreAllEmpty

static public System.Boolean AreAllEmpty(params System.String[] values)

Custom Attributes: 
values - System.ParamArray()

Description: 

AreAllFalse

static public System.Boolean AreAllFalse(params System.Boolean[] values)

Custom Attributes: 
values - System.ParamArray()

Description: 

AreAllNonEmpty

static public System.Boolean AreAllNonEmpty(params System.String[] values)

Custom Attributes: 
values - System.ParamArray()

Description: 

AreAllNonZero

static public System.Boolean AreAllNonZero(params System.Int32[] values)

Custom Attributes: 
values - System.ParamArray()

Description: 

AreAllTrue

static public System.Boolean AreAllTrue(params System.Boolean[] values)

Custom Attributes: 
values - System.ParamArray()

Description: 

AreAllZero

static public System.Boolean AreAllZero(params System.Int32[] values)

Custom Attributes: 
values - System.ParamArray()

Description: 

AreEqual

static public System.Boolean AreEqual(System.String s1, System.String s2, System.Boolean fIgnoreCase, System.Boolean fTreatNullAsEmpty)

Custom Attributes: 

Description: 

AreEqual

static public System.Boolean AreEqual(System.Object a, System.Object b)

Custom Attributes: 

Description: 

AreEqual

static public System.Boolean AreEqual(System.Array ar1, System.Array ar2)

Custom Attributes: 

Description: 

AreEqual<>

static public System.Boolean AreEqual(T[] a1, T[] a2, Gregor.Core.EqualsCallback<> cb)

Custom Attributes: 

Description: 

AreEqual

static public System.Boolean AreEqual(System.Collections.IEnumerable a, System.Collections.IEnumerable b)

Custom Attributes: 

Description: 

AreEqual<>

static public System.Boolean AreEqual(T self, System.Object obj, Gregor.Core.EqualsCallback<> cb)

Custom Attributes: 

Description: 

AreEqual<>

static public System.Boolean AreEqual(System.Collections.Generic.IEnumerable<> a, System.Collections.Generic.IEnumerable<> b, Gregor.Core.EqualsCallback<> cb)

Custom Attributes: 

Description: 

AreIdent

static public System.Boolean AreIdent(System.Object a, System.Object b)

Custom Attributes: 

Description: 

BoolAnd

static public System.Boolean BoolAnd(System.Boolean f1, System.Boolean f2)

Custom Attributes: 

Description: 

BoolEqv

static public System.Boolean BoolEqv(System.Boolean f1, System.Boolean f2)

Custom Attributes: 

Description: 

BoolImp

static public System.Boolean BoolImp(System.Boolean fPremise, System.Boolean fConclusion)

Custom Attributes: 

Description: 

BoolNot

static public System.Boolean BoolNot(System.Boolean f)

Custom Attributes: 

Description: 

BoolOr

static public System.Boolean BoolOr(System.Boolean f1, System.Boolean f2)

Custom Attributes: 

Description: 

BoolXor

static public System.Boolean BoolXor(System.Boolean f1, System.Boolean f2)

Custom Attributes: 

Description: 

Compare

static public System.Int32 Compare(System.IComparable c1, System.IComparable c2)

Custom Attributes: 

Description: 

HaveSameType

static public System.Boolean HaveSameType(System.Object a, System.Object b)

Custom Attributes: 

Description: 

IsAmong

static public System.Boolean IsAmong(System.String str, params System.String[] args)

Custom Attributes: 
args - System.ParamArray()

Description: 

IsAmong

static public System.Boolean IsAmong(System.String str, System.Boolean fIgnoreCase, params System.String[] args)

Custom Attributes: 
args - System.ParamArray()

Description: 

IsAmong

static public System.Boolean IsAmong(System.Char c, params System.Char[] args)

Custom Attributes: 
args - System.ParamArray()

Description: 

IsAmong

static public System.Boolean IsAmong(System.Object o, params System.Object[] args)

Custom Attributes: 
args - System.ParamArray()

Description: 

IsAmong

static public System.Boolean IsAmong(System.Int32 i, params System.Int32[] args)

Custom Attributes: 
args - System.ParamArray()

Description: 

IsArray

static public System.Boolean IsArray(System.Array ar, System.Boolean fTestNullElements)

Custom Attributes: 

Description: 

IsArrayWithStrings

static public System.Boolean IsArrayWithStrings(System.String[] aStr)

Custom Attributes: 

Description: 

IsBetween

static public System.Boolean IsBetween(System.Int32 value, System.Int32 min, System.Int32 max)

Custom Attributes: 

Description: 

IsBetween

static public System.Boolean IsBetween(System.Double value, System.Double min, System.Double max)

Custom Attributes: 

Description: 

IsBoxedNumber

static public System.Boolean IsBoxedNumber(System.Object obj)

Custom Attributes: 

Description: 

IsControlOK

static public System.Boolean IsControlOK(System.Windows.Forms.Control ctl)

Custom Attributes: 

Description: 

IsFpNumber

static public System.Boolean IsFpNumber(System.String s)

Custom Attributes: 

Description: 

IsGreater

static public System.Boolean IsGreater(System.Int32 value, System.Int32 comp)

Custom Attributes: 

Description: 

IsGreater

static public System.Boolean IsGreater(System.Double value, System.Double comp)

Custom Attributes: 

Description: 

IsGreaterOrEqual

static public System.Boolean IsGreaterOrEqual(System.Double value, System.Double comp)

Custom Attributes: 

Description: 

IsGreaterOrEqual

static public System.Boolean IsGreaterOrEqual(System.Int32 value, System.Int32 comp)

Custom Attributes: 

Description: 

IsIndexInRange

static public System.Boolean IsIndexInRange(System.Int32 index, System.Int32 count)

Custom Attributes: 

Description: 

IsIndexInRange

static public System.Boolean IsIndexInRange(System.Int32 index, System.Collections.ICollection col)

Custom Attributes: 

Description: 

IsIndexInRange

static public System.Boolean IsIndexInRange(System.Int32 index, System.String s)

Custom Attributes: 

Description: 

IsIntegralNumber

static public System.Boolean IsIntegralNumber(System.String s)

Custom Attributes: 

Description: 

IsNothing

static public System.Boolean IsNothing(System.Object o)

Custom Attributes: 

Description: 

IsSmaller

static public System.Boolean IsSmaller(System.Int32 value, System.Int32 comp)

Custom Attributes: 

Description: 

IsSmaller

static public System.Boolean IsSmaller(System.Double value, System.Double comp)

Custom Attributes: 

Description: 

IsSmallerOrEqual

static public System.Boolean IsSmallerOrEqual(System.Double value, System.Double comp)

Custom Attributes: 

Description: 

IsSmallerOrEqual

static public System.Boolean IsSmallerOrEqual(System.Int32 value, System.Int32 comp)

Custom Attributes: 

Description: 

IsSomething

static public System.Boolean IsSomething(System.Object o)

Custom Attributes: 

Description: 

IsString

static public System.Boolean IsString(System.String str)

Custom Attributes: 

Description: 

IsValid

static public System.Boolean IsValid(System.String str)

Custom Attributes: 

Description: 

IsValid

static public System.Boolean IsValid(System.Int64 i)

Custom Attributes: 

Description: 

IsValid

static public System.Boolean IsValid(System.Object o)

Custom Attributes: 

Description: 

Like

static public System.Boolean Like(System.String s, System.String sPattern)

Custom Attributes: 

Description: 


See Also

Gregor.Core.ModuleAttribute

System.Array

System.Object

System.String

System.Windows.Forms.Control

T

System.Collections.Generic.IEnumerable<>

System.Collections.ICollection

System.Collections.IEnumerable

System.IComparable

Gregor.Core.EqualsCallback<>

System.Boolean

System.Char

System.Double

System.Int32

System.Int64