예제 #1
0
 public BrowserVersionFunction(EntityTokenFactory entityTokenFactory)
     : base("BrowserVersion", "Composite.Web.Client", typeof(string), entityTokenFactory)
 {
 }
예제 #2
0
 public PageTemplateFeatureFunction(EntityTokenFactory entityTokenFactory)
     : base("PageTemplateFeature", "Composite.Web.Html.Template", typeof(XhtmlDocument), entityTokenFactory)
 {
 }
예제 #3
0
 public FormPostXmlFormattedDateTimeValueFunction(EntityTokenFactory entityTokenFactory)
     : base("FormPostXmlFormattedDateTimeValue", "Composite.Web.Request", typeof(DateTime), entityTokenFactory)
 {
 }
예제 #4
0
 public NullableBoolNoValuePredicateFunction(EntityTokenFactory entityTokenFactory)
     : base("NullableBoolNoValue", "Composite.Utils.Predicates", typeof(Expression <Func <bool?, bool> >), entityTokenFactory)
 {
 }
 public AddDaysFunction(EntityTokenFactory entityTokenFactory)
     : base("AddDays", "Composite.Utils.Date", typeof(DateTime), entityTokenFactory)
 {
 }
 public VisualXhtmlEditorFuntion(EntityTokenFactory entityTokenFactory)
     : base(CompositeName, typeof(Composite.Core.Xml.XhtmlDocument), entityTokenFactory)
 {
     SetParameterProfiles("common");
 }
예제 #7
0
 /// <exclude />
 public NullableDataReferenceSelectorWidgetFunction(EntityTokenFactory entityTokenFactory)
     : base(CompositeName, typeof(NullableDataReference <T>), entityTokenFactory)
 {
 }
 public NullableDateTimeLessThanPredicateFunction(EntityTokenFactory entityTokenFactory)
     : base("NullableDateTimeLessThan", "Composite.Utils.Predicates", typeof(Expression <Func <DateTime?, bool> >), entityTokenFactory)
 {
 }
예제 #9
0
 public HtmlTitleValueFunction(EntityTokenFactory entityTokenFactory)
     : base("HtmlTitleValue", "Composite.Web.Html.Template", typeof(Control), entityTokenFactory)
 {
 }
예제 #10
0
 public CompoundFilter(EntityTokenFactory entityTokenFactory)
     : base("CompoundFilter", typeof(T).FullName, typeof(Expression <Func <T, bool> >), entityTokenFactory)
 {
     this.ResourceHandleNameStem = "Composite.IDataGenerated.Filter.CompoundFilter";
 }
예제 #11
0
 public HierarchicalSelectorWidgetFunction(EntityTokenFactory entityTokenFactory)
     : base(CompositeName, typeof(string), entityTokenFactory)
 {
     SetParameterProfiles();
 }
 public GlobalizationXsltExtensionsFunction(EntityTokenFactory entityTokenFactory)
     : base("Globalization", "Composite.Xslt.Extensions", typeof(IXsltExtensionDefinition), entityTokenFactory)
 {
 }
예제 #13
0
 public UrlComboBoxWidgetFunction(EntityTokenFactory entityTokenFactory)
     : base(CompositeName, typeof(string), entityTokenFactory)
 {
 }
예제 #14
0
 public GetNullableDataReference(EntityTokenFactory entityTokenFactory)
     : base("GetNullableDataReference", typeof(T).FullName, typeof(NullableDataReference <T>), entityTokenFactory)
 {
     this.ResourceHandleNameStem = "Composite.IDataGenerated.GetNullableDataReference";
 }
예제 #15
0
 public CurrentCulture(EntityTokenFactory entityTokenFactory)
     : base("CurrentCulture", "Composite.Utils.Globalization", typeof(CultureInfo), entityTokenFactory)
 {
 }
 public GetForeignPageInfoFunction(EntityTokenFactory entityTokenFactory)
     : base("GetForeignPageInfo", "Composite.Pages", typeof(IEnumerable <XElement>), entityTokenFactory)
 {
 }
예제 #17
0
 public IntegerGreaterThanPredicateFunction(EntityTokenFactory entityTokenFactory)
     : base("IntegerGreaterThan", "Composite.Utils.Predicates", typeof(Expression <Func <int, bool> >), entityTokenFactory)
 {
 }
 public SelectorWidgetFunction(EntityTokenFactory entityTokenFactory)
     : base(CompositeName, typeof(object), entityTokenFactory)
 {
     SetParameterProfiles();
 }
예제 #19
0
 public FormsRendererFunction(EntityTokenFactory entityTokenFactory)
     : base("Renderer", "Composite.Forms", typeof(XhtmlDocument), entityTokenFactory)
 {
 }
예제 #20
0
 public DecimalTextBoxWidgetFuntion(EntityTokenFactory entityTokenFactory)
     : base(CompositeName, typeof(decimal), entityTokenFactory)
 {
 }
 public LoadFileFunction(EntityTokenFactory entityTokenFactory)
     : base("LoadFile", "Composite.Xml", typeof(XElement), entityTokenFactory)
 {
 }
 public SetSessionVariableFunction(EntityTokenFactory entityTokenFactory)
     : base("SetSessionVariable", "Composite.Web.Response", typeof(string), entityTokenFactory)
 {
 }
 public IntegerTextBoxWidgetFuntion(EntityTokenFactory entityTokenFactory)
     : base(CompositeName, typeof(int), entityTokenFactory)
 {
 }
 public QueryStringIntegerValueFunction(EntityTokenFactory entityTokenFactory)
     : base("QueryStringIntegerValue", "Composite.Web.Request", typeof(int), entityTokenFactory)
 {
 }
예제 #25
0
 public StringStartsWithPredicateFunction(EntityTokenFactory entityTokenFactory)
     : base("StringStartsWith", "Composite.Utils.Predicates", typeof(Expression <Func <string, bool> >), entityTokenFactory)
 {
 }
예제 #26
0
 public Join(EntityTokenFactory entityTokenFactory)
     : base("Join", "Composite.Utils.String", typeof(string), entityTokenFactory)
 {
 }
예제 #27
0
 public AllCultures(EntityTokenFactory entityTokenFactory)
     : base("AllCultures", "Composite.Utils.Globalization", typeof(IEnumerable <CultureInfo>), entityTokenFactory)
 {
 }
 public IntegerRangeValidationFunction(EntityTokenFactory entityTokenFactory)
     : base("IntegerRangeValidation", "Composite.Utils.Validation", typeof(PropertyValidatorBuilder <int>), entityTokenFactory)
 {
 }
 public PageObjectCacheFunction(EntityTokenFactory entityTokenFactory)
     : base(C1Name, C1Namespace, typeof(object), entityTokenFactory)
 {
 }
 public BooleanFunction(EntityTokenFactory entityTokenFactory)
     : base("Boolean", "Composite.Constant", typeof(bool), entityTokenFactory)
 {
 }