/// <summary>
 /// Initializes a new instance of the RecommendedActionUpdateProperties
 /// class with required arguments.
 /// </summary>
 public RecommendedActionUpdateProperties(RecommendedActionUpdateStateInfo state)
     : this()
 {
     if (state == null)
     {
         throw new ArgumentNullException("state");
     }
     this.State = state;
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the RecommendedActionUpdateProperties
 /// class with required arguments.
 /// </summary>
 public RecommendedActionUpdateProperties(RecommendedActionUpdateStateInfo state)
     : this()
 {
     if (state == null)
     {
         throw new ArgumentNullException("state");
     }
     this.State = state;
 }