ExtensionMethods Members
The ExtensionMethods type exposes the following members.
Methods
Name | Description | |
---|---|---|
AppendExpression |
Appends the expression.
|
|
ConvertDbDateTypeToDateFormatType |
Converts the type of the database date type to date format.
|
|
ConvertDecimalFieldTypeToDecimalEditFormatType |
Converts the type of the decimal field type to decimal edit format.
|
|
ConvertEnumerableToDataTable<(Of <<'(TEntity>)>>) |
Converts the enumerable to data table.
|
|
ConvertFieldTypeIntoValueType |
Converts the type of the field type into value.
|
|
ConvertPropertyNameToDescription |
Converts the property name to description.
|
|
FillOutEntity<(Of <<'(TEntity>)>>) |
Fills the out entity.
|
|
FillOutProperties<(Of <<'(TEntity>)>>) |
Fills the out properties.
|
|
GetAllIncludePropertiesFromNavProperties |
Gets all include properties from nav properties.
|
|
GetAllNavigationProperties |
Gets all navigation properties.
|
|
GetAutoFillValue(TableDefinitionBase, String) |
Gets the automatic fill value.
|
|
GetAutoFillValue<(Of <<'(TEntity>)>>)(TEntity, LookupDefinitionBase) |
Gets the automatic fill value.
|
|
GetEntity<(Of <<'(TEntity>)>>)(AutoFillValue) |
Gets the entity.
|
|
GetEntity<(Of <<'(TEntity>)>>)(AutoFillValue, TableDefinition<(Of <<'(TEntity>)>>)) |
Gets the entity.
|
|
GetFullPropertyName<(Of <<'(T, TProperty>)>>) |
Gets the full name of the property. (u => u.UserId returns "UserId")
|
|
GetIncludePropertyFromNavProperty |
Gets the include property from nav property.
|
|
GetNavigationProperties(IJoinParent) |
Gets the navigation properties.
|
|
GetNavigationProperties(TableFieldJoinDefinition, Boolean) |
Gets the navigation properties.
|
|
GetPropertyFilterValue |
Gets the property filter value.
|
|
GetPropertyJoinName |
Gets the name of the property join.
|
|
IsEqualTo<(Of <<'(TEntity>)>>) |
Determines whether [is equal to] [the specified last].
|
|
IsValid(PrimaryKeyValue) |
Returns true if Primary Key Value is valid.
|
|
IsValid(AutoFillValue) |
Returns true if Auto Fill Value is valid.
|
|
ToDate |
Converts to date.
|
|
ToFieldDataType |
Converts to fielddatatype.
|
|
TrimRight |
Trims the right of a string.
|
|
ValidateAutoFill |
Validates the automatic fill.
|