Class TypeExtensions
Inheritance
TypeExtensions
Assembly: PayrollEngine.Core.dll
Syntax
public static class TypeExtensions
Methods
GetDefaultValue(Type)
Declaration
public static object GetDefaultValue(this Type type)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
Returns
GetInstanceProperties(Type)
Declaration
public static List<PropertyInfo> GetInstanceProperties(this Type type)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
Returns
GetNullableType(Type)
Declaration
public static Type GetNullableType(this Type type)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
Returns
IsNullable(Type)
Declaration
public static bool IsNullable(this Type type)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
Returns
IsNumericType(Type)
Declaration
public static bool IsNumericType(this Type type)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
Returns
IsSerializedType(Type)
Declaration
public static bool IsSerializedType(this Type type)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
Returns