예제 #1
0
파일: Items.cs 프로젝트: nexus49/grado
 /// <summary>
 /// Sets the SearchResultsMap property
 /// </summary>
 /// <param name="searchResultsMap">SearchResultsMap property</param>
 /// <returns>this instance</returns>
 public Items WithSearchResultsMap(SearchResultsMap searchResultsMap)
 {
     this.searchResultsMapField = searchResultsMap;
     return this;
 }