/// <summary>
 /// Initializes a new instance of the RecommendedActionUpdateParameters
 /// class with required arguments.
 /// </summary>
 public RecommendedActionUpdateParameters(RecommendedActionUpdateProperties properties)
     : this()
 {
     if (properties == null)
     {
         throw new ArgumentNullException("properties");
     }
     this.Properties = properties;
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the RecommendedActionUpdateParameters
 /// class with required arguments.
 /// </summary>
 public RecommendedActionUpdateParameters(RecommendedActionUpdateProperties properties)
     : this()
 {
     if (properties == null)
     {
         throw new ArgumentNullException("properties");
     }
     this.Properties = properties;
 }