Show / Hide Table of Contents

Class CaseObjectExtensions

Case object extension methods

Inheritance
object
CaseObjectExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
☀
☾
Back to top Generated by DocFX