Ejemplo n.º 1
0
 internal ExtentFiltered(StrategyExtent extent)
     : base(extent.Session)
 {
     this.objectType = extent.ObjectType;
     extent.UpgradeTo(this);
 }
Ejemplo n.º 2
0
 public ExtentSwitch(Strategy strategy, IRoleType roleType)
 {
     this.strategyExtent = new StrategyExtentRole(strategy, roleType);
 }
Ejemplo n.º 3
0
 internal ExtentFiltered(StrategyExtent extent)
     : base(extent.Session)
 {
     this.objectType = extent.ObjectType;
     extent.UpgradeTo(this);
 }
Ejemplo n.º 4
0
 public ExtentSwitch(Strategy strategy, IAssociationType associationType)
 {
     this.strategyExtent = new StrategyExtentAssociation(strategy, associationType);
 }