コード例 #1
0
 public ConditionalOtherRemainderFactory(RealProperty property,
                                         Func <ILegalPerson[], ILegalPerson> getSubjectPerson) : base(property, getSubjectPerson)
 {
 }
コード例 #2
0
 public PropertyInterestFactoryValue(RealProperty property,
                                     Func <ILegalPerson[], ILegalPerson> getSubjectPerson) : base(property, getSubjectPerson)
 {
 }
コード例 #3
0
 public LifeEstateFactory(RealProperty property,
                          Func <ILegalPerson[], ILegalPerson> getSubjectPerson) : base(property, getSubjectPerson)
 {
 }
コード例 #4
0
 protected PropertyInterestFactoryBase(RealProperty property,
                                       Func <ILegalPerson[], ILegalPerson> getSubjectPerson)
 {
     SubjectProperty  = property;
     GetSubjectPerson = getSubjectPerson ?? (lps => null);
 }
コード例 #5
0
 public DefeasibleFeeFutureInterestIsGrantorFactory(RealProperty property,
                                                    Func <ILegalPerson[], ILegalPerson> getSubjectPerson) : base(property, getSubjectPerson)
 {
 }
コード例 #6
0
 public DefeasibleFeeFactory(RealProperty property,
                             Func <ILegalPerson[], ILegalPerson> getSubjectPerson) : base(property, getSubjectPerson)
 {
 }
コード例 #7
0
 public FeeSimpleFactory(RealProperty property,
                         Func <ILegalPerson[], ILegalPerson> getSubjectPerson) : base(property, getSubjectPerson)
 {
 }