Class ExtensionMethods
public static class ExtensionMethods
  - Inheritance
 - 
      
      ExtensionMethods
 
- Inherited Members
 
Methods
GetExecutingAssemblyName()
public static string GetExecutingAssemblyName()
  Returns
GetPropertyName<TProperty>(Expression<Func<TProperty>>)
public static string GetPropertyName<TProperty>(Expression<Func<TProperty>> property)
  Parameters
propertyExpression<Func<TProperty>>
Returns
Type Parameters
TProperty
GetPropertyName<TTarget, TProperty>(Expression<Func<TTarget, TProperty>>)
public static string GetPropertyName<TTarget, TProperty>(Expression<Func<TTarget, TProperty>> property)
  Parameters
propertyExpression<Func<TTarget, TProperty>>
Returns
Type Parameters
TTargetTProperty