Skip to main content

ModularExtensions

Assembly: ServiceStack.dll
View Source
Declaration
public static class ModularExtensions

Methods

WithPriority(IEnumerable<Object>)

View Source
Declaration
public static List<Tuple<object, int>> WithPriority(this IEnumerable<object> instances)
Returns

System.Collections.Generic.List<System.Tuple<System.Object,System.Int32>>

Parameters
TypeName
System.Collections.Generic.IEnumerable<System.Object>instances

PriorityOrdered(List<Tuple<Object, Int32>>)

View Source
Declaration
public static List<object> PriorityOrdered(this List<Tuple<object, int>> instances)
Returns

System.Collections.Generic.List<System.Object>

Parameters
TypeName
System.Collections.Generic.List<System.Tuple<System.Object,System.Int32>>instances

PriorityBelowZero(List<Tuple<Object, Int32>>)

View Source
Declaration
public static List<object> PriorityBelowZero(this List<Tuple<object, int>> instances)
Returns

System.Collections.Generic.List<System.Object>

Parameters
TypeName
System.Collections.Generic.List<System.Tuple<System.Object,System.Int32>>instances

PriorityZeroOrAbove(List<Tuple<Object, Int32>>)

View Source
Declaration
public static List<object> PriorityZeroOrAbove(this List<Tuple<object, int>> instances)
Returns

System.Collections.Generic.List<System.Object>

Parameters
TypeName
System.Collections.Generic.List<System.Tuple<System.Object,System.Int32>>instances