Click or drag to resize
ExtensionMethods Class
ApplicationCore specific extension methods.
Inheritance Hierarchy
System.Object
  SD.LLBLGen.Pro.ApplicationCore.ExtensionMethods

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public static class ExtensionMethods

The ExtensionMethods type exposes the following members.

Methods
  NameDescription
Public methodStatic memberApplyFieldOrdering<TField>
Applies the fieldordering to the enumerable specified. It first sorts on FieldIndex ascending, and then on name, ascending.
Public methodStatic memberCreateComparableName
Creates a comparable name to the key names used in the lookup dictionaries. This name is lowercase for case insensitive names, otherwise it's kept as-is
Public methodStatic memberSortBindings
Sorts the bindings to use, in place.
Top
See Also