public TestCustomObjectMemoryImpl(Func<IFrozenContext> lazyCtx)
     : base(lazyCtx)
 {
     PhoneNumberMobileImpl = new Zetbox.App.Test.TestPhoneCompoundObjectMemoryImpl(lazyCtx, this, "PhoneNumberMobile");
     PhoneNumberOfficeImpl = new Zetbox.App.Test.TestPhoneCompoundObjectMemoryImpl(lazyCtx, this, "PhoneNumberOffice");
 }
Exemplo n.º 2
0
 public TestCustomObjectMemoryImpl(Func <IFrozenContext> lazyCtx)
     : base(lazyCtx)
 {
     PhoneNumberMobileImpl = new Zetbox.App.Test.TestPhoneCompoundObjectMemoryImpl(this, "PhoneNumberMobile");
     PhoneNumberOfficeImpl = new Zetbox.App.Test.TestPhoneCompoundObjectMemoryImpl(this, "PhoneNumberOffice");
 }
 public TestCustomObjectMemoryImpl()
     : base(null)
 {
     PhoneNumberMobileImpl = new Zetbox.App.Test.TestPhoneCompoundObjectMemoryImpl(null, this, "PhoneNumberMobile");
     PhoneNumberOfficeImpl = new Zetbox.App.Test.TestPhoneCompoundObjectMemoryImpl(null, this, "PhoneNumberOffice");
 }
Exemplo n.º 4
0
 public TestCustomObjectMemoryImpl()
     : base(null)
 {
     PhoneNumberMobileImpl = new Zetbox.App.Test.TestPhoneCompoundObjectMemoryImpl(this, "PhoneNumberMobile");
     PhoneNumberOfficeImpl = new Zetbox.App.Test.TestPhoneCompoundObjectMemoryImpl(this, "PhoneNumberOffice");
 }