Show / Hide Table of Contents

Class DerivedCaseFieldExtensions

Extension methods for the CaseFieldSet

Inheritance
object
DerivedCaseFieldExtensions
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 DerivedCaseFieldExtensions

Methods

IsComplete(CaseFieldSet)

Test for complete case field

Declaration
public static bool IsComplete(this CaseFieldSet caseFieldSet)
Parameters
Type Name Description
CaseFieldSet caseFieldSet

The derived case field to test

Returns
Type Description
bool

True if the case field is complete, otherwise false

☀
☾
Back to top Generated by DocFX