%@ Control Language="C#" AutoEventWireup="true" CodeBehind="QueryParameterContainer.ascx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.VideoInDomain.QueryParameterContainer" %>
<%= new HtmlSelect("$LeftParenthesis", "Value", "Key") { Option = typeof(Z.Core.NHibernateCore.Search.QueryParenthesisEnum) }%>
|
|
|
|
<%= new HtmlSelect("$RightParenthesis", "Value", "Key") { Option = typeof(Z.Core.NHibernateCore.Search.QueryParenthesisEnum) }%>
|
<%= new HtmlSelect("$LogicType", "Value", "Key") { Option = typeof(Z.Core.NHibernateCore.Search.LogicTypeEnum) }%>
|
<%= DefineEnum.添加.Define() %>
<%= DefineEnum.删除.Define() %>
|