DictionaryForumContacts

   Russian
Terms for subject Microsoft containing реализация | all forms | exact matches only
RussianEnglish
внутрипроцессная реализацияin-proc implementation (ssn)
которые будут поддерживаться в будущих реализацияхimplementations will have to uphold (Visual Studio 2010 Rori)
мастер реализации интерфейсаimplement interface wizard (Visual Studio 2012 ssn)
метод базового интерфейса с реализацией по умолчаниюbase interface's default method (microsoft.com Alex_Odeychuk)
метод интерфейса с реализацией по умолчаниюdefault interface method (InfoWorld, 2021: Default interface methods are methods in an interface that contain concrete implementations. If the class that extends the interface doesn't implement the method, the default implementation of the method will be used from the interface. This is a useful feature as it helps developers add methods to future versions of an interface without breaking the existing functionality, i.e., the existing implementations of that interface. Alex_Odeychuk)
модель цены реализацииsales price model (A model that defines whether the calculation of sales price is based on quantity or on a markup amount or percentage of the cost price)
поступления от реализацииProceeds on Disposal (Dynamics NAV 2009 R2 Rori)
проводка реализацииDisposal transaction (Dynamics AX 2009 SP1 Rori)
прогнозные поступления от реализацииProjected Proceeds on Disposal (Dynamics NAV 2009 R2 Rori)
реализации интерфейсаinterface realizations (Visual Studio 2012 ssn)
реализация возможностиopportunity funnel (Opportunities grouped by sales stage. If viewed in a chart format, the groupings could resemble an abstract funnel. The wide end consists of leads. The narrow end consists of actual sales)
реализация и потери при конкуренцииCompetitor Win Loss (A report in the Microsoft Dynamics CRM user interface that provides a table showing each competitor, the number of open opportunities and closed opportunities against each competitor, and the percentage and ratio of won and lost opportunities)
реализация интерфейсаinterface realization (Visual Studio 2012 ssn)
реализация интерфейсаinterface implementation (ssn)
реализация метода по умолчаниюthe default implementation of a method (Alex_Odeychuk)
реализация методов интерфейса по умолчаниюdefault implementations of methods in an interface (Alex_Odeychuk)
реализация наблюдаемого объектаobservable implementation (русс. перевод термина "observable" как "наблюдаемый объект" взят из кн.: Пабло Дилеман "Изучаем Angular 2" Alex_Odeychuk)
реализация, основанная на отраженииreflection-based implementation (microsoft.com Alex_Odeychuk)
реализация, основанная на рефлексииreflection-based implementation (microsoft.com Alex_Odeychuk)
реализация элементаmember implementation (Visual Studio 2013 ssn)
реализация элемента в выражениях объектаmember implementation in object expressions (Visual Studio 2013 ssn)
Сборка содержит несколько реализацийAssembly contains multiple implementations (Windows 8 Rori)
создать класс реализацииcreate the implementation class (Alex_Odeychuk)
создать класс реализации вручнуюcreate the implementation class manually (Alex_Odeychuk)
Типы: классы с реализациями интерфейсовTypes: classes with interface implementations (Visual Studio 2010 Rori)
частичная реализация событияpartial implementation of the event (Alex_Odeychuk)
явная реализация интерфейсаexplicit interface implementation (The implementation of a class or structure member that is accessible only through the interface that the class or structure implements)