Exemple #1
0
 /// <summary>Create a instance, wrapping the specified proxy</summary>
 public ValueTypePropertyNHibernateImpl(Func <IFrozenContext> lazyCtx, ValueTypePropertyProxy proxy)
     : base(lazyCtx, proxy) // pass proxy to parent
 {
     this.Proxy = proxy;
     _isHasPersistentOrderSet = Proxy.ID > 0;
     _isIsListSet             = Proxy.ID > 0;
     _isIsCalculatedSet       = Proxy.ID > 0;
 }
 /// <summary>Create a instance, wrapping the specified proxy</summary>
 public ValueTypePropertyNHibernateImpl(Func<IFrozenContext> lazyCtx, ValueTypePropertyProxy proxy)
     : base(lazyCtx, proxy) // pass proxy to parent
 {
     this.Proxy = proxy;
     _isHasPersistentOrderSet = Proxy.ID > 0;
     _isIsCalculatedSet = Proxy.ID > 0;
     _isIsListSet = Proxy.ID > 0;
 }