Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
OldStartLC::isApplicable Method (DateMoyr&, DateMoyr&, PiaData&, LawChangeArray&)

Determines applicability of method using passed data.

C++
static bool isApplicable(
    const DateMoyr& entDate, 
    const DateMoyr& benefitDate, 
    const PiaData& piaData, 
    const LawChangeArray& lawChange
);
Parameters 
Description 
const DateMoyr& entDate 
The date of entitlement. 
const DateMoyr& benefitDate 
The date of benefit. 
const PiaData& piaData 
Benefit calculation data. 
const LawChangeArray& lawChange 
Law change parameters. 

True if method is applicable, false otherwise.

Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!