Class TypeTool
Inherited Members
Namespace: PayrollEngine
Assembly: PayrollEngine.Core.dll
Syntax
public static class TypeTool
Methods
GetInstanceProperties(Type)
Declaration
public static List<PropertyInfo> GetInstanceProperties(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type |
Returns
| Type | Description |
|---|---|
| List<PropertyInfo> |
GetTypeProperties(Type)
Declaration
public static List<PropertyInfo> GetTypeProperties(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type |
Returns
| Type | Description |
|---|---|
| List<PropertyInfo> |