Class CaseObjectExtensions
Case object extension methods
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public static class CaseObjectExtensions
Methods
GetCaseFieldName(PropertyInfo)
Get case field name
Declaration
public static string GetCaseFieldName(this PropertyInfo property)
Parameters
| Type | Name | Description |
|---|---|---|
| PropertyInfo | property | Property |
Returns
| Type | Description |
|---|---|
| string |
GetNamespace(MemberInfo)
Get member namespace
Declaration
public static string GetNamespace(this MemberInfo member)
Parameters
| Type | Name | Description |
|---|---|---|
| MemberInfo | member | Member |
Returns
| Type | Description |
|---|---|
| string |