Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public static class Gregor.Core.Flow Custom Attributes: Gregor.Core.Module() Description:
public Flow() Custom Attributes: Description:
static public System.Boolean AreAllEmpty(params System.String[] values) Custom Attributes: values - System.ParamArray() Description:
static public System.Boolean AreAllFalse(params System.Boolean[] values) Custom Attributes: values - System.ParamArray() Description:
static public System.Boolean AreAllNonEmpty(params System.String[] values) Custom Attributes: values - System.ParamArray() Description:
static public System.Boolean AreAllNonZero(params System.Int32[] values) Custom Attributes: values - System.ParamArray() Description:
static public System.Boolean AreAllTrue(params System.Boolean[] values) Custom Attributes: values - System.ParamArray() Description:
static public System.Boolean AreAllZero(params System.Int32[] values) Custom Attributes: values - System.ParamArray() Description:
static public System.Boolean AreEqual(System.String s1, System.String s2, System.Boolean fIgnoreCase, System.Boolean fTreatNullAsEmpty) Custom Attributes: Description:
static public System.Boolean AreEqual(System.Object a, System.Object b) Custom Attributes: Description:
static public System.Boolean AreEqual(System.Array ar1, System.Array ar2) Custom Attributes: Description:
static public System.Boolean AreEqual(T[] a1, T[] a2, Gregor.Core.EqualsCallback<> cb) Custom Attributes: Description:
static public System.Boolean AreEqual(System.Collections.IEnumerable a, System.Collections.IEnumerable b) Custom Attributes: Description:
static public System.Boolean AreEqual(T self, System.Object obj, Gregor.Core.EqualsCallback<> cb) Custom Attributes: Description:
static public System.Boolean AreEqual(System.Collections.Generic.IEnumerable<> a, System.Collections.Generic.IEnumerable<> b, Gregor.Core.EqualsCallback<> cb) Custom Attributes: Description:
static public System.Boolean AreIdent(System.Object a, System.Object b) Custom Attributes: Description:
static public System.Boolean BoolAnd(System.Boolean f1, System.Boolean f2) Custom Attributes: Description:
static public System.Boolean BoolEqv(System.Boolean f1, System.Boolean f2) Custom Attributes: Description:
static public System.Boolean BoolImp(System.Boolean fPremise, System.Boolean fConclusion) Custom Attributes: Description:
static public System.Boolean BoolNot(System.Boolean f) Custom Attributes: Description:
static public System.Boolean BoolOr(System.Boolean f1, System.Boolean f2) Custom Attributes: Description:
static public System.Boolean BoolXor(System.Boolean f1, System.Boolean f2) Custom Attributes: Description:
static public System.Int32 Compare(System.IComparable c1, System.IComparable c2) Custom Attributes: Description:
static public System.Boolean HaveSameType(System.Object a, System.Object b) Custom Attributes: Description:
static public System.Boolean IsAmong(System.String str, params System.String[] args) Custom Attributes: args - System.ParamArray() Description:
static public System.Boolean IsAmong(System.String str, System.Boolean fIgnoreCase, params System.String[] args) Custom Attributes: args - System.ParamArray() Description:
static public System.Boolean IsAmong(System.Char c, params System.Char[] args) Custom Attributes: args - System.ParamArray() Description:
static public System.Boolean IsAmong(System.Object o, params System.Object[] args) Custom Attributes: args - System.ParamArray() Description:
static public System.Boolean IsAmong(System.Int32 i, params System.Int32[] args) Custom Attributes: args - System.ParamArray() Description:
static public System.Boolean IsArray(System.Array ar, System.Boolean fTestNullElements) Custom Attributes: Description:
static public System.Boolean IsArrayWithStrings(System.String[] aStr) Custom Attributes: Description:
static public System.Boolean IsBetween(System.Int32 value, System.Int32 min, System.Int32 max) Custom Attributes: Description:
static public System.Boolean IsBetween(System.Double value, System.Double min, System.Double max) Custom Attributes: Description:
static public System.Boolean IsBoxedNumber(System.Object obj) Custom Attributes: Description:
static public System.Boolean IsControlOK(System.Windows.Forms.Control ctl) Custom Attributes: Description:
static public System.Boolean IsFpNumber(System.String s) Custom Attributes: Description:
static public System.Boolean IsGreater(System.Int32 value, System.Int32 comp) Custom Attributes: Description:
static public System.Boolean IsGreater(System.Double value, System.Double comp) Custom Attributes: Description:
static public System.Boolean IsGreaterOrEqual(System.Double value, System.Double comp) Custom Attributes: Description:
static public System.Boolean IsGreaterOrEqual(System.Int32 value, System.Int32 comp) Custom Attributes: Description:
static public System.Boolean IsIndexInRange(System.Int32 index, System.Int32 count) Custom Attributes: Description:
static public System.Boolean IsIndexInRange(System.Int32 index, System.Collections.ICollection col) Custom Attributes: Description:
static public System.Boolean IsIndexInRange(System.Int32 index, System.String s) Custom Attributes: Description:
static public System.Boolean IsIntegralNumber(System.String s) Custom Attributes: Description:
static public System.Boolean IsNothing(System.Object o) Custom Attributes: Description:
static public System.Boolean IsSmaller(System.Int32 value, System.Int32 comp) Custom Attributes: Description:
static public System.Boolean IsSmaller(System.Double value, System.Double comp) Custom Attributes: Description:
static public System.Boolean IsSmallerOrEqual(System.Double value, System.Double comp) Custom Attributes: Description:
static public System.Boolean IsSmallerOrEqual(System.Int32 value, System.Int32 comp) Custom Attributes: Description:
static public System.Boolean IsSomething(System.Object o) Custom Attributes: Description:
static public System.Boolean IsString(System.String str) Custom Attributes: Description:
static public System.Boolean IsValid(System.String str) Custom Attributes: Description:
static public System.Boolean IsValid(System.Int64 i) Custom Attributes: Description:
static public System.Boolean IsValid(System.Object o) Custom Attributes: Description:
static public System.Boolean Like(System.String s, System.String sPattern) Custom Attributes: Description:
System.Collections.Generic.IEnumerable<>
System.Collections.ICollection