コード例 #1
0
		/// <summary>
		/// Copy constructor.
		/// </summary>
		/// <param name="other"></param>
		protected EntitySearchCriteria(EntitySearchCriteria other)
			: base(other)
		{
		}
コード例 #2
0
 /// <summary>
 /// Copy constructor.
 /// </summary>
 /// <param name="other"></param>
 protected EntitySearchCriteria(EntitySearchCriteria other)
     : base(other)
 {
 }