The following tables list the members exposed by InformationContext.
Name | Description | |
---|---|---|
IsNullOrEmptyMethod | A System.Reflection.MethodInfo object containing a method that will validate if an inputted string is null or empty. |
Name | Description | |
---|---|---|
CaseSensitive | Gets if case sensitivity should be used when generating the list. | |
Comparer | Gets the Comparer that should be used for sorting. | |
DataType | Gets the Type of the data object being processed. | |
Lambda | Gets the System.Linq.Expressions.LambdaExpression which is used to generate the list. | |
PropertyName | Gets the name of the property that will be processed for information. | |
PropertyType | Gets the Type of the objects provided by the property. | |
SortAscending | Gets if the generated list should be sorted. |
Name | Description | |
---|---|---|
FromDateColumn | Gets if the unique list being build is for the Date Column. If so then we will use some ranging logic when building unique list since the Date column does not support time. |
Name | Description | |
---|---|---|
CreateGenericInformationContext | Creates a typed InformationContext object. | |
GetCompleteValuesList | Returns an System.Collections.IList of objects from this InformationContext. | |
GetDistinctValues | Gets an System.Collections.IList of distinct values from the inputted System.Collections.IEnumerable. |