Class ExtensionHelper
Inheritance
ExtensionHelper
Assembly: SecureExchangesSDK.dll
Syntax
public static class ExtensionHelper
Methods
CopySameNameAndTypeProperties<T, S>(T, S)
Declaration
public static void CopySameNameAndTypeProperties<T, S>(this T target, S source)
Parameters
| Type |
Name |
Description |
| T |
target |
|
| S |
source |
|
Type Parameters
GetPropertyName<TPropertySource>(Expression<Func<TPropertySource, object>>)
Declaration
public static string GetPropertyName<TPropertySource>(Expression<Func<TPropertySource, object>> expression)
Parameters
Returns
Type Parameters
| Name |
Description |
| TPropertySource |
|