예제 #1
0
 /// <summary>
 /// Creates a new instance of the <see cref="Services"/> class.
 /// </summary>
 public Services(Runtime.IAbstractElement target)
 {
     this.target = target;
     this.proxy  = target.ProxyFor <IServices>();
     OnCreated();
 }
예제 #2
0
 /// <summary>
 /// Creates a new instance of the <see cref="Tests"/> class.
 /// </summary>
 public Tests(Runtime.IAbstractElement target)
 {
     this.target = target;
     this.proxy  = target.ProxyFor <ITests>();
     OnCreated();
 }
 /// <summary>
 /// Creates a new instance of the <see cref="ValidationRules"/> class.
 /// </summary>
 public ValidationRules(Runtime.IAbstractElement target)
 {
     this.target = target;
     this.proxy  = target.ProxyFor <IValidationRules>();
     OnCreated();
 }
 /// <summary>
 /// Creates a new instance of the <see cref="TypeConverters"/> class.
 /// </summary>
 public TypeConverters(Runtime.IAbstractElement target)
 {
     this.target = target;
     this.proxy  = target.ProxyFor <ITypeConverters>();
     OnCreated();
 }
 /// <summary>
 /// Creates a new instance of the <see cref="Commands"/> class.
 /// </summary>
 public Commands(Runtime.IAbstractElement target)
 {
     this.target = target;
     this.proxy  = target.ProxyFor <ICommands>();
     OnCreated();
 }
 /// <summary>
 /// Creates a new instance of the <see cref="ValueComparers"/> class.
 /// </summary>
 public ValueComparers(Runtime.IAbstractElement target)
 {
     this.target = target;
     this.proxy  = target.ProxyFor <IValueComparers>();
     OnCreated();
 }