/// <summary>
 ///   <para>Report statistical period. Default is "week".</para>
 /// </summary>
 /// <param name="period">Statistical period.</param>
 /// <returns>Reference to the current widget.</returns>
 /// <exception cref="ArgumentNullException">If <paramref name="period"/> is a <c>null</c> reference.</exception>
 /// <exception cref="ArgumentException">If <paramref name="period"/> is <see cref="string.Empty"/> string.</exception>
 public IVkontakteRecommendationsWidget Period(VkontakteRecommendationsPeriod period)
 {
   this.period = period;
   return this;
 }
예제 #2
0
 /// <summary>
 ///   <para>Report statistical period. Default is "week".</para>
 /// </summary>
 /// <param name="period">Statistical period.</param>
 /// <returns>Reference to the current widget.</returns>
 /// <exception cref="ArgumentNullException">If <paramref name="period"/> is a <c>null</c> reference.</exception>
 /// <exception cref="ArgumentException">If <paramref name="period"/> is <see cref="string.Empty"/> string.</exception>
 public IVkontakteRecommendationsWidget Period(VkontakteRecommendationsPeriod period)
 {
     this.period = period;
     return(this);
 }