/// <summary>
 /// Sets the query options.
 /// </summary>
 /// <param name="type">The type.</param>
 private void SetQueryOptions(EQueryType type)
 {
     XmlConfigHelper.Set(m_dictionary, m_xpath + m_xpathQueryOptions, (int)type);
 }
Пример #2
0
 /// <summary>
 /// Sets the specified option.
 /// </summary>
 /// <param name="option">The option.</param>
 /// <remarks>Documented by Dev03, 2007-08-02</remarks>
 private void Set(EQueryOption option)
 {
     XmlConfigHelper.Set(m_dictionary, m_basePath + m_xpathQueryOptions, (int)option);
 }
 /// <summary>
 /// Sets the query options.
 /// </summary>
 /// <param name="mode">The mode.</param>
 private void SetQueryOptions(ESnoozeMode mode)
 {
     XmlConfigHelper.Set(m_dictionary, m_xpath + m_xpathQueryOptions, (int)mode);
 }