Esempio n. 1
0
 /// <summary>Create a instance, wrapping the specified proxy</summary>
 public TestPhoneCompoundObjectNHibernateImpl(IPersistenceObject parent, string property, Func <IFrozenContext> lazyCtx, TestPhoneCompoundObjectProxy proxy)
     : base(lazyCtx) // do not pass proxy to base data object
 {
     this.Proxy = proxy;
     AttachToObject(parent, property);
 }
 /// <summary>Create a instance, wrapping the specified proxy</summary>
 public TestPhoneCompoundObjectNHibernateImpl(IPersistenceObject parent, string property, Func<IFrozenContext> lazyCtx, TestPhoneCompoundObjectProxy proxy)
     : base(lazyCtx) // do not pass proxy to base data object
 {
     this.Proxy = proxy;
     AttachToObject(parent, property);
 }