Example #1
0
 /// <summary> Active by default.
 ///
 /// </summary>
 /// <param name="theVersion">see {@link #getVersion()}
 /// </param>
 /// <param name="theScope">see {@link #getScope()}
 /// </param>
 /// <param name="theRule">see {@link #getRule()}
 /// </param>
 public NuGenRuleBinding(System.String theVersion, System.String theScope, NuGenRule theRule)
 {
     myActiveFlag = true;
     myVersion    = theVersion;
     myScope      = theScope;
     myRule       = theRule;
 }
		/// <summary> Active by default.  
		/// 
		/// </summary>
		/// <param name="theVersion">see {@link #getVersion()}
		/// </param>
		/// <param name="theScope">see {@link #getScope()}
		/// </param>
		/// <param name="theRule">see {@link #getRule()}
		/// </param>
		public NuGenRuleBinding(System.String theVersion, System.String theScope, NuGenRule theRule)
		{
			myActiveFlag = true;
			myVersion = theVersion;
			myScope = theScope;
			myRule = theRule;
		}