Table of Contents

Class ExtensionMethods

Namespace
Gemini.Framework.Services
Assembly
Gemini.dll
public static class ExtensionMethods
Inheritance
ExtensionMethods
Inherited Members

Methods

GetExecutingAssemblyName()

public static string GetExecutingAssemblyName()

Returns

string

GetPropertyName<TProperty>(Expression<Func<TProperty>>)

public static string GetPropertyName<TProperty>(Expression<Func<TProperty>> property)

Parameters

property Expression<Func<TProperty>>

Returns

string

Type Parameters

TProperty

GetPropertyName<TTarget, TProperty>(Expression<Func<TTarget, TProperty>>)

public static string GetPropertyName<TTarget, TProperty>(Expression<Func<TTarget, TProperty>> property)

Parameters

property Expression<Func<TTarget, TProperty>>

Returns

string

Type Parameters

TTarget
TProperty