Subject | English | Hebrew |
comp., MS | partial class | מחלקה חלקית (A class whose definition is split over two or more source files. Each source file contains a section of the class definition, and all parts are combined when the application is compiled) |
comp., MS | partial localization | התאמה חלקית לשפות אחרות (The localization of only some user interface items into a particular language. A choice of fallback languages is provided for the non-localized items) |
comp., MS | partial-page rendering | עיבוד חלקי של עמוד (The process of refreshing only a region of a Web page during an asynchronous postback. This is typically accomplished by using UpdatePanel controls. Partial-page rendering is an important feature of AJAX technology) |
comp., MS | partial replica | עותק משוכפל חלקי (A database that contains only a subset of the records in a full replica) |
comp., MS | partial solution | פתרון חלקי (A solution that contains only selected components. For example, if a user decides to export only a subset of components (for example, some but not all entities), the solution is considered to be partial) |
comp., MS | partial type | סוג חלקי (A type of class whose definition is split over two or more source files) |
comp., MS | partial-type definition | הגדרה חלקית של סוג (The definition of a class across mulitple source files) |