Перевод: со всех языков на арабский

с арабского на все языки

class+interface

  • 1 class

    I
    [kla:s] n դասակարգ, դաս. դասընթաց. the middle class միջին դաս. the upper class խոշոր բուրժուազիա, արիտոկրատիա. the lower classes ցածր դասերը/խավերը. the proprietory class ունևոր դաս. landed classes կալվածատերեր. ruling/governing classes տիրող/իշխող դաս
    II
    [kla:s] n դաս, խումբ. կարգ, տեսակ. class of mammals կաթնասունների դաս. a hotel of the best class բարձր կարգի հյուրանոց. travel first class առաջին կարգով ճամփորդել a first class ticket առաջին կարգի տոմս. attend evening classes երեկոյան դասընթացներ հաճախել. top of the class առաջին աշակերտը. հմկրգ. class interface չքողարկված տվյալ նե րի նկա րա գրություն և գործողություն. class member դասի անդամ. class scope գործողության տի րույթ/դաս. class variable դասի փոփոխական
    [kla:s] a դասակարգային. class barriers/divisions դասային/դասակարգային պատնեշներ/բա ժանումներ
    IV
    [kla:s] v դասել, դասակարգել. class together /with մի շարքում դասել. class with the beginners սկսնակների հետ խմբավորել

    English-Armenian dictionary > class

  • 2 class factory

    "An object that implements the IClassFactory interface, which enables it to create objects of a specific class."

    English-Arabic terms dictionary > class factory

  • 3 class driver

    An intermediate driver that provides a simple interface between a minidriver and the operating system.

    English-Arabic terms dictionary > class driver

  • 4 class coupling

    "The degree of coupling to unique classes through parameters, local variables, return types, method calls, generic or template instantiations, base classes, interface implementations, fields defined on external types, and attribute decoration."

    English-Arabic terms dictionary > class coupling

  • 5 explicit interface implementation

    The implementation of a class or structure member that is accessible only through the interface that the class or structure implements.

    English-Arabic terms dictionary > explicit interface implementation

  • 6 logger class

    A class that implements the Microsoft.Build.Framework.ILogger interface.
    فئة المسجَل

    English-Arabic terms dictionary > logger class

  • 7 device management

    The exchange of requests and responses that control and configure the operational state of a device. Device management requires the use of a Communication Class interface.

    English-Arabic terms dictionary > device management

  • 8 generic type

    "A class, interface, or structure whose definition has placeholders, called generic type parameters, for one or more types that are used in its member definitions. A user specifies real types (generic type arguments) for the type parameters when creating an instance of a generic type."

    English-Arabic terms dictionary > generic type

  • 9 contract

    "The behavior and state that a class provides, which is matched with what a client of that class can expect to hold. A contract is expressed partly by the signatures for all public fields, methods, properties, and events of that class. This is augmented by a description (usually in simple descriptive text) of what each field or property represents, together with what each method does. In the.NET Framework add-in programming model, a non-versioning interface that defines the methods and specifies the data types for transferring data over the communication pipeline between the host and the add-in. The contract is in the middle of the communication pipeline between the add-in and the host. The contract assembly is loaded into the application domains of both the add-in and the host."

    English-Arabic terms dictionary > contract

  • 10 logical tree

    "In Windows Presentation Foundation, the tree containing all the elements and content that are directly created by an application and used for a user interface element. For the specified element, the logical tree is not a strict subset of its visual tree, because elements derived from the Visual base class might contain elements that are not derived from the Visual class. For example, the elements might contain a String, a TextElement, or any other common language runtime object."

    English-Arabic terms dictionary > logical tree

  • 11 EC

    "The general class of microcontrollers used to support OEM-specific implementation, mainly in mobile environments. The embedded controller performs complex low-level functions through a simple interface to the host microprocessor(s)."
    EC

    English-Arabic terms dictionary > EC

  • 12 embedded controller

    "The general class of microcontrollers used to support OEM-specific implementation, mainly in mobile environments. The embedded controller performs complex low-level functions through a simple interface to the host microprocessor(s)."

    English-Arabic terms dictionary > embedded controller

  • 13 logger assembly

    An assembly that contains a class that implements the Microsoft.Build.Framework.ILogger interface

    English-Arabic terms dictionary > logger assembly

  • 14 part control

    A control in the Web Parts control set that inherits directly or indirectly from the System.Web.UI.WebControls.WebParts.Part class and is used to create the primary user interface of Web Parts applications.

    English-Arabic terms dictionary > part control

  • 15 verb

    "A user interface element in a Web Parts application that an end user can click to perform actions such as closing, minimizing, restoring, editing, or deleting a Web Parts control. Developers can also add custom verbs to controls. Web Parts verbs are based on the System.Web.UI.WebControls.WebParts.WebPartVerb class."

    English-Arabic terms dictionary > verb

  • 16 ASP.NET server control

    "A server-side component that encapsulates user-interface and related functionality. An ASP.NET server control derives directly or indirectly from the System.Web.UI.Control class. The superset of ASP.NET server controls includes Web server controls, HTML server controls, and ASP.NET mobile controls. The page syntax for an ASP.NET server control includes a runat=""server"" attribute on the control's tag."
    عنصر تحكم خادم ASP.NET

    English-Arabic terms dictionary > ASP.NET server control

  • 17 chrome

    "The common user interface elements rendered around each Web Parts part control within a given zone. The chrome for a part control includes a border, a title bar, and the icons, title text, and verbs menu that appear within the title bar. The appearance of the chrome is set at the zone level and applies to all part controls in a zone. The rendering of chrome and of individual System.Web.UI.WebControls.WebParts.WebPart controls is handled by the System.Web.UI.WebControls.WebParts.WebPartChrome class."

    English-Arabic terms dictionary > chrome

  • 18 classifier

    "A superclass that includes class, data type, and interface subclasses. Because all classifier subclasses share the same syntax, they are all represented by the same rectangle model element."
    المُصنف

    English-Arabic terms dictionary > classifier

  • 19 minidriver

    "A relatively small, simple driver or file that contains additional instructions needed by a specific hardware device to interface with the universal driver for a class of devices."

    English-Arabic terms dictionary > minidriver

  • 20 test stub

    A type of test fake that is an alternative implementation of an interface or class that is called by a unit under test. The test stub is under the control of the unit tests. Designing a system so that its parts can be replaced by test stubs results in more flexible code.

    English-Arabic terms dictionary > test stub

См. также в других словарях:

  • Class (computer programming) — In object oriented programming, a class is a construct that is used as a blueprint to create instances of itself – referred to as class instances, class objects, instance objects or simply objects. A class defines constituent members which enable …   Wikipedia

  • Interface (Java) — An interface in the Java programming language is an abstract type that is used to specify an interface (in the generic sense of the term) that classes must implement. Interfaces are declared using the interface keyword, and may only contain… …   Wikipedia

  • Class (format de fichier) — Classe Java Extension de fichier .class Type MIME application/java vm Développé par Sun Microsystems Type de format …   Wikipédia en Français

  • Interface area — is the name given to areas where segregated Protestant and Catholic residential areas meet in Northern Ireland. They have been defined as the intersection of segregated and polarised working class residential zones, in areas with a strong link… …   Wikipedia

  • Class based queueing — (class based queueing, CBQ) is a network router queueing method that allows traffic to share bandwidth equally, after being grouped by classes. The classes can be based upon a variety of parameters, such as priority, interface, or originating… …   Wikipedia

  • Class-based queueing — (CBQ) is a network router queueing method that allows traffic to share bandwidth equally, after being grouped by classes. The classes can be based upon a variety of parameters, such as priority, interface, or originating program. CBQ is a traffic …   Wikipedia

  • Class (computer science) — In object oriented programming, a class is a programming language construct that is used as a blueprint to create objects. This blueprint includes attributes and methods that the created objects all share.More technically, a class is a cohesive… …   Wikipedia

  • Interface (computing) — For other uses, see Interface. In the field of computer science, an interface is a tool and concept that refers to a point of interaction between components, and is applicable at the level of both hardware and software. This allows a component,… …   Wikipedia

  • class (format de fichier) — Classe Java Extension .class Type MIME application/java vm Développé par Sun Microsystems Type de format …   Wikipédia en Français

  • Class diagram — UML diagrams Structural UML diagrams Class diagram Component diagram Composite structure diagram Deployment diagram Object diagram …   Wikipedia

  • Class-based programming — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concurrent computin …   Wikipedia

Поделиться ссылкой на выделенное

Прямая ссылка:
Нажмите правой клавишей мыши и выберите «Копировать ссылку»