Пример #1
0
        public override NoteboxItemSearchCriteria[] GetInvariantCriteria(INoteboxQueryContext wqc)
        {
            NoteboxItemSearchCriteria where = new NoteboxItemSearchCriteria();
            where.IsAcknowledged            = false;
            where.SentToGroupIncludingMe    = true;

            return(new NoteboxItemSearchCriteria[] { where });
        }
Пример #2
0
		public override NoteboxItemSearchCriteria[] GetInvariantCriteria(INoteboxQueryContext wqc)
		{
			NoteboxItemSearchCriteria where = new NoteboxItemSearchCriteria();
			where.IsAcknowledged = false;
			where.SentToGroupIncludingMe = true;

			return new NoteboxItemSearchCriteria[] { where };
		}
Пример #3
0
 /// <summary>
 /// Copy constructor.
 /// </summary>
 /// <param name="other"></param>
 protected NoteboxItemSearchCriteria(NoteboxItemSearchCriteria other)
     : base(other)
 {
 }
 /// <summary>
 /// Copy constructor.
 /// </summary>
 /// <param name="other"></param>
 protected NoteboxItemSearchCriteria(NoteboxItemSearchCriteria other)
     : base(other)
 {
 }