Assembly: Keystone.Clockwork (in Keystone.Clockwork.dll)
Name | Description | |
---|---|---|
And | By using Keystone Polaris extensions, applies the AND logical operator to the specified couple of boolean operands. | |
AreEqual<TItem> | By using Keystone Polaris extensions, determines whether the current enumeration items are equal to items in the given comparing value. | |
AreNotEqual<TItem> | By using Keystone Polaris extensions, determines whether the current enumeration items are different to items in the given comparing value. | |
Coalesce<T> | By using Keystone Polaris extensions, given a pair of values, returns the first of them that is not null nor empty. | |
ForEach<TItem> | By using Keystone Polaris extensions, applies an action to each item of the given enumeration. | |
IfFalse | By using Keystone Polaris extensions, executes a code block if the given predicate is false. | |
IfTrue | By using Keystone Polaris extensions, executes a code block if the given predicate is true. | |
Is<TToCompare> | By using Keystone Polaris extensions, determines whether an object or data type are of a certain given type. | |
IsEmpty<TBaseValue> | By using Keystone Polaris extensions, determines whether the current value is empty. | |
IsEqual<TBaseValue, TComparingValue> | By using Keystone Polaris extensions, determines whether the current value is equal to the given comparing value. | |
IsGreaterOrEqualTo<TBaseValue, TComparingValue> | By using Keystone Polaris extensions, determines whether the current value is greater or equal to the given comparing value. | |
IsGreaterThan<TBaseValue, TComparingValue> | By using Keystone Polaris extensions, determines whether the current value is greater than the given comparing value. | |
IsLessOrEqualTo<TBaseValue, TComparingValue> | By using Keystone Polaris extensions, determines whether the current value is less or equal to the given comparing value. | |
IsLessThan<TBaseValue, TComparingValue> | By using Keystone Polaris extensions, determines whether the current value is less than the given comparing value. | |
IsNot<TToCompare> | By using Keystone Polaris extensions, determines whether an object or data type are not of a certain given type. | |
IsNotEmpty<TBaseValue> | By using Keystone Polaris extensions, determines whether the current value is empty. | |
IsNotEqual<TBaseValue, TComparingValue> | By using Keystone Polaris extensions, determines whether the current value is different from the given comparing value. | |
IsNotNull<TBaseValue> | By using Keystone Polaris extensions, determines whether the specified value is different to null. | |
IsNotNullNorEmpty<TBaseValue> | By using Keystone Polaris extensions, determines whether the specified value is different from null and empty. | |
IsNull<TBaseValue> | By using Keystone Polaris extensions, determines whether the specified value is equal to null. | |
IsNullOrEmpty<TBaseValue> | By using Keystone Polaris extensions, determines whether the specified value is null or empty. | |
ItemAction<TItem> | The base class of any gear that performs an action over each item of an enumeration. | |
ItemMapper<TSourceItem, TDestinationItem> | The base class of any gear that performs a mapping function over each item of an enumeration. | |
ItemReducer<TItem, TReduction> | The base class of any gear that performs a reduce function over each item of an enumeration, therefore producing a reduction. | |
Loop<TResult> | The base class of any Gear<TResult> that performs its task in a repetitive fashion. | |
Map<TSourceItem, TDestinationItem> | By using Keystone Polaris extensions, transforms the items of a source enumeration into a the items of a destination one. | |
Not | By using Keystone Polaris extensions, applies the NOT logical operator to the specified boolean operand. | |
Or | By using Keystone Polaris extensions, applies the OR logical operator to the specified couple of boolean operands. | |
Order<TItem> | By using Keystone Polaris extensions, sorts the specified enumeration, using its default item comparer as a sorting criteria. | |
Reduce<TItem, TReduction> | By using Keystone Polaris extensions, aggregates the specified enumeration into a destination value. | |
Reduce<TReduction> | By using Keystone Polaris extensions, iteratively produces an aggregation. | |
Reducer<TReduction> | The base class of any gear that performs a reduction function over a given input. | |
Repeat | By using Keystone Polaris extensions, iteratively performs an action. | |
Repeat<TDoResult> | By using Keystone Polaris extensions, iteratively performs an action. | |
RepeatFor | By using Keystone Polaris extensions, iteratively execute an action from a start index to a an end index. | |
RepeatWhile | By using Keystone Polaris extensions, iteratively execute an action until the given predicate becomes false. | |
RepeatWhile<TDoResult> | By using Keystone Polaris extensions, iteratively execute an action until the given predicate becomes false. | |
Repeater | The base class of any gear that performs a recurring action function. | |
Subset<TItem> | By using Keystone Polaris extensions, extracts a sequence of items from a source enumeration into a destination one. | |
ToList<TItem> | By using Keystone Polaris extensions, converts an array of TListItem into a generic list of that same item type. |
Windows, Windows Server, OS X, macOS, iOS, tvOS, Android, Linux, AWS, Azure
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.