Ejemplo n.º 1
0
 public BrowserVersionFunction(EntityTokenFactory entityTokenFactory)
     : base("BrowserVersion", "Composite.Web.Client", typeof(string), entityTokenFactory)
 {
 }
Ejemplo n.º 2
0
 public PageTemplateFeatureFunction(EntityTokenFactory entityTokenFactory)
     : base("PageTemplateFeature", "Composite.Web.Html.Template", typeof(XhtmlDocument), entityTokenFactory)
 {
 }
Ejemplo n.º 3
0
 public FormPostXmlFormattedDateTimeValueFunction(EntityTokenFactory entityTokenFactory)
     : base("FormPostXmlFormattedDateTimeValue", "Composite.Web.Request", typeof(DateTime), entityTokenFactory)
 {
 }
Ejemplo n.º 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");
 }
Ejemplo n.º 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)
 {
 }
Ejemplo n.º 9
0
 public HtmlTitleValueFunction(EntityTokenFactory entityTokenFactory)
     : base("HtmlTitleValue", "Composite.Web.Html.Template", typeof(Control), entityTokenFactory)
 {
 }
Ejemplo n.º 10
0
 public CompoundFilter(EntityTokenFactory entityTokenFactory)
     : base("CompoundFilter", typeof(T).FullName, typeof(Expression <Func <T, bool> >), entityTokenFactory)
 {
     this.ResourceHandleNameStem = "Composite.IDataGenerated.Filter.CompoundFilter";
 }
Ejemplo n.º 11
0
 public HierarchicalSelectorWidgetFunction(EntityTokenFactory entityTokenFactory)
     : base(CompositeName, typeof(string), entityTokenFactory)
 {
     SetParameterProfiles();
 }
 public GlobalizationXsltExtensionsFunction(EntityTokenFactory entityTokenFactory)
     : base("Globalization", "Composite.Xslt.Extensions", typeof(IXsltExtensionDefinition), entityTokenFactory)
 {
 }
Ejemplo n.º 13
0
 public UrlComboBoxWidgetFunction(EntityTokenFactory entityTokenFactory)
     : base(CompositeName, typeof(string), entityTokenFactory)
 {
 }
Ejemplo n.º 14
0
 public GetNullableDataReference(EntityTokenFactory entityTokenFactory)
     : base("GetNullableDataReference", typeof(T).FullName, typeof(NullableDataReference <T>), entityTokenFactory)
 {
     this.ResourceHandleNameStem = "Composite.IDataGenerated.GetNullableDataReference";
 }
Ejemplo n.º 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)
 {
 }
Ejemplo n.º 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();
 }
Ejemplo n.º 19
0
 public FormsRendererFunction(EntityTokenFactory entityTokenFactory)
     : base("Renderer", "Composite.Forms", typeof(XhtmlDocument), entityTokenFactory)
 {
 }
Ejemplo n.º 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)
 {
 }
Ejemplo n.º 25
0
 public StringStartsWithPredicateFunction(EntityTokenFactory entityTokenFactory)
     : base("StringStartsWith", "Composite.Utils.Predicates", typeof(Expression <Func <string, bool> >), entityTokenFactory)
 {
 }
Ejemplo n.º 26
0
 public Join(EntityTokenFactory entityTokenFactory)
     : base("Join", "Composite.Utils.String", typeof(string), entityTokenFactory)
 {
 }
Ejemplo n.º 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)
 {
 }
Ejemplo n.º 30
0
 public BooleanFunction(EntityTokenFactory entityTokenFactory)
     : base("Boolean", "Composite.Constant", typeof(bool), entityTokenFactory)
 {
 }