Show / Hide Table of Contents

Class CaseSetExtensions

Inheritance
object
CaseSetExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public static class CaseSetExtensions

Methods

EnsureUniqueNames(CaseSet)

Declaration
public static void EnsureUniqueNames(this CaseSet caseSet)
Parameters
Type Name Description
CaseSet caseSet

FindCase(CaseSet, string)

Declaration
public static CaseSet FindCase(this CaseSet caseSet, string caseName)
Parameters
Type Name Description
CaseSet caseSet
string caseName
Returns
Type Description
CaseSet

FindCaseField(CaseSet, string)

Declaration
public static CaseFieldSet FindCaseField(this CaseSet caseSet, string caseFieldName)
Parameters
Type Name Description
CaseSet caseSet
string caseFieldName
Returns
Type Description
CaseFieldSet
☀
☾
Back to top Generated by DocFX