会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 3. 发明申请
    • Architecture for converting control types in a data bound user interface
    • 用于在数据绑定用户界面中转换控制类型的体系结构
    • US20050172264A1
    • 2005-08-04
    • US10768496
    • 2004-01-30
    • Paul YuknewiczAntoine Cote
    • Paul YuknewiczAntoine Cote
    • G06F9/44
    • G06F8/38
    • A mechanism for converting control types in a user interface (UI) development framework. The framework includes a UI generation component that facilitates the development of the UI in which control types will be employed and bound to data of a data source. In communication with the generation component is a conversion component that facilitates changing the default control choice immediately after creation, or for evaluating the UI, and later choosing to change the UI control choice. The conversion component employs a service to inspect all controls on a particular form in the designer, and advertises a “Change To” or similar smart tag item for that control, if the control supports data binding and conversions. Selection of the control type or control group view creates the UI of the user's choice, and intelligently maps all control properties and data bindings across the conversion.
    • 用于在用户界面(UI)开发框架中转换控件类型的机制。 该框架包括一个UI生成组件,该UI组件有助于UI的开发,其中控制类型将被采用并绑定到数据源的数据。 与生成组件通信是一种转换组件,可以在创建后立即更改默认控件选项,或用于评估UI,然后选择更改UI控件选项。 转换组件使用服务来检查设计器中特定表单上的所有控件,并且如果控件支持数据绑定和转换,则通告该控件的“更改为”或类似的智能标记项。 选择控件类型或控制组视图创建用户选择的UI,并智能地映射转换中的所有控件属性和数据绑定。
    • 4. 发明申请
    • Reentrant database object wizard
    • 可重入数据库对象向导
    • US20060085380A1
    • 2006-04-20
    • US10968437
    • 2004-10-19
    • Antoine CotePaul YuknewiczSteven Lasker
    • Antoine CotePaul YuknewiczSteven Lasker
    • G06F17/30
    • G06F8/20G06F9/453Y10S707/99942Y10S707/99943Y10S707/99952
    • A system and method for a reentrant database object wizard is provided. The system provides the ability to compare a currently generated dataset to the objects of the underlying database. Columns and tables that are not common between both the dataset and the database are visually displayed for the user to make a decision on inclusion or exclusion. In addition, columns and tables that were previously within the dataset that are no longer available on the database connection are displayed, for example, with warning icons so that the user can either resolve the missing column or table within the database, or remove the column/table from their typed dataset. The system includes a comparison component and a display component. The comparison component provides comparison information based upon a comparison of a dataset to an associated database. The display component displays the comparison information. The system can further, optionally, include an input component which can be employed by a user to provide information associated with the user's decision on inclusion and/or exclusion of column(s) and/or table(s) to the system. Thereafter, based upon the user's input, the system can provide can provide based upon a comparison of the modified dataset to the associated database.
    • 提供了可重入数据库对象向导的系统和方法。 该系统提供了将当前生成的数据集与底层数据库的对象进行比较的能力。 在数据集和数据库之间不常见的列和表可以直观地显示给用户作出包含或排除的决定。 此外,还将显示以前在数据集中不再可用于数据库连接的列和表,例如,带有警告图标,以便用户可以解析数据库中缺少的列或表,或删除列 /表从他们的类型数据集。 该系统包括比较部件和显示部件。 比较组件基于数据集与相关数据库的比较来提供比较信息。 显示组件显示比较信息。 该系统还可以进一步包括输入组件,其可以由用户使用来提供与用户关于将列和/或表的包含和/或排除到系统的决定相关联的信息。 此后,基于用户的输入,系统可以提供可以基于修改的数据集与相关联的数据库的比较来提供。
    • 5. 发明申请
    • Data access layer design and code generation
    • 数据访问层设计和代码生成
    • US20060085400A1
    • 2006-04-20
    • US10968734
    • 2004-10-19
    • Lorenzo MinorePaul YuknewiczSteven LaskerAntoine Cote
    • Lorenzo MinorePaul YuknewiczSteven LaskerAntoine Cote
    • G06F17/30
    • G06F8/20
    • A system and method that facilitate data access in a software development environment is provided. The system generates strongly typed objects (e.g., TableAdapter(s)) that encapsulate raw, untyped data access logic, for example, via generated wrapped method(s). The system can group together like database commands in a common data access component. For example, the TableAdapter can encapsulate a configured DataAdapter and expose public method(s) for the “Fill” and “Update” methods normally found on the DataAdapter. The system provides a mapping between database types and common language runtime data types including the impedance mismatch of null representations. The system includes a data access configuration component (e.g., configuration wizard) that configures data access component(s) (e.g., TableAdapter(s)). The configured data access component(s) can be employed at design-time to facilitate access to data object(s) (e.g., database(s)) by application(s). The user of data access component(s) configured by the data access configuration component can, for example, dramatically improve developer productivity and/or reduce the quantity of runtime errors that are introduced into code. In one example, the data access component is a generated class/type. The data access component can be instanced on multiple forms components and/or with the developer's own class(es). Thus, change(s) to a query and/or interface can be accomplished within the data access component and be available to the forms components and/or object(s) that utilize the data access component.
    • 提供了一种在软件开发环境中促进数据访问的系统和方法。 系统生成例如通过生成的包装方法封装原始,未类型化数据访问逻辑的强类型对象(例如,TableAdapter)。 系统可以将公共数据访问组件中的数据库命令组合在一起。 例如,TableAdapter可以封装一个配置的DataAdapter,并公开DataAdapter中通常发现的“Fill”和“Update”方法的公共方法。 该系统提供数据库类型和公共语言运行时数据类型之间的映射,包括零表示的阻抗失配。 该系统包括配置数据访问组件(例如,TableAdapter)的数据访问配置组件(例如,配置向导)。 可以在设计时使用配置的数据访问组件,以方便通过应用访问数据对象(例如,数据库)。 例如,由数据访问配置组件配置的数据访问组件的用户可以显着地提高开发人员的生产力和/或减少引入到代码中的运行时错误的数量。 在一个示例中,数据访问组件是生成的类/类型。 数据访问组件可以在多个表单组件和/或开发人员自己的类上实例化。 因此,可以在数据访问组件内完成对查询和/或接口的更改,并且对于使用数据访问组件的表单组件和/或对象可用。
    • 7. 发明申请
    • System and method for generating a parameterized query
    • 用于生成参数化查询的系统和方法
    • US20050171934A1
    • 2005-08-04
    • US10768525
    • 2004-01-30
    • Paul YuknewiczAntoine Cote
    • Paul YuknewiczAntoine Cote
    • G06F7/00G06F17/30
    • G06F16/2428
    • A user may select a dataset and choose whether to select an existing parameterized query or to define a new parameterized query to execute upon the selected dataset. If the user chooses to select an existing parameterized query, then a set of existing parameterized queries corresponding to the dataset may be identified and displayed to the user. If the user chooses to define a new parameterized query, then the new parameterized query may easily be merged into the set of existing parameterized queries corresponding to the dataset. In response to the generation of a parameterized query, input fields may be readily provided that enable the user to set the value of query parameters. Thus, the user may easily and efficiently add searching and filtering capabilities in connection with an application.
    • 用户可以选择数据集并选择是选择现有的参数化查询还是定义要在所选数据集上执行的新参数化查询。 如果用户选择选择现有的参数化查询,则可以识别和显示与数据集相对应的一组现有参数化查询并显示给用户。 如果用户选择定义新的参数化查询,则新参数化查询可以很容易地被合并到与该数据集相对应的一组现有参数化查询中。 响应于生成参数化查询,可以容易地提供使得用户能够设置查询参数的值的输入字段。 因此,用户可以容易且有效地添加与应用程序相关联的搜索和过滤功能。
    • 9. 发明申请
    • Architecture for creating a user interface using a data schema
    • 使用数据模式创建用户界面的体系结构
    • US20050172261A1
    • 2005-08-04
    • US10768497
    • 2004-01-30
    • Paul YuknewiczAntoine CoteSean Draine
    • Paul YuknewiczAntoine CoteSean Draine
    • G06F9/44
    • G06F8/38
    • A rich user interface (UI) development framework that uses the schema of a data source to which it is relevant. The developer is able to rapidly create a data bound UI using a number of familiar gestures, including drag and drop, from the schema in a data tool window, using a designer tasks, or using a data form creation wizard. The system includes a UI generation component that allows a developer to input a number of different controls into the interface using associated control graphics. A data source object, type, or file can be passed to the UI generation component as an input. The developer chooses the desired controls and associates (or binds) the data entity of the data source with the control by any number of gestures.
    • 丰富的用户界面(UI)开发框架,使用与之相关的数据源的架构。 开发人员可以使用许多熟悉的手势(包括拖放)在数据工具窗口中使用设计器任务或使用数据表创建向导快速创建数据绑定UI。 该系统包括UI生成组件,其允许开发者使用相关联的控制图形将许多不同的控件输入到界面中。 数据源对象,类型或文件可以作为输入传递给UI生成组件。 开发人员选择所需的控件,并通过任意数量的手势将数据源的数据实体与控件相关联(或绑定)。