DictionaryForumContacts

   German
Terms for subject Microsoft containing Klasse | all forms | exact matches only
GermanEnglish
abgeleitete Klassederived class (In object-oriented programming, a class created from another class, called the base class. A derived class inherits all the features of its base class. It can then add data elements and routines, redefine routines from the base class, and restrict access to base-class features)
Ausdruck zur Umwandlung in eine abgeleitete Klassedowncast (An expression that modifies an object type into the type of a derived class)
AxBC-KlasseAxBC class (A business component class that encapsulates business logic, including the provision of default values, validation of data, value mapping, and access to display fields)
CodeBehind-Klassecode-behind class (A class that is accessed by an .aspx file, but resides in a separate file (such as a .dll or .cs file). For example, you can write a code-behind class that creates an ASP.NET custom server control, contains code that is called from an .aspx file, but does not reside within the .aspx file)
COM-KlasseCOM class (A concrete implementation of one or more COM interfaces. COM objects are instances of COM classes)
Encoding-Klasseencoding class (A class which represents a character encoding)
Erweiterung der Klassen-IDClass ID extension (An extended HTML element that is used to describe the class of a viewable or downloadable document. It can be misused to pass dangerous attachments; EHS allows users to block this tag)
Generischer C++-Klassen-AssistentGeneric C++ Class Wizard (A wizard that adds a C++ class to a project. This generic C++ class does not inherit from ATL or MFC)
IP-Adresse der Klasse AClass A IP address (A unicast IP address that ranges from 1.0.0.1 through 127.255.255.254. The first octet indicates the network, and the last three octets indicate the host on the network. Class-based IP addressing has been superceded by Classless Interdomain Routing (CIDR))
IP-Adresse der Klasse BClass B IP address (A unicast IP address that ranges from 128.0.0.1 through 191.255.255.254. The first two octets indicate the network, and the last two octets indicate the host on the network. Class-based IP addressing has been superceded by Classless Interdomain Routing (CIDR))
IP-Adresse der Klasse CClass C IP address (A unicast IP address that ranges from 192.0.0.1 to 223.255.255.254. The first three octets indicate the network, and the last octet indicates the host on the network. Network Load Balancing provides optional session support for Class C IP addresses (in addition to support for single IP addresses) to accommodate clients that make use of multiple proxy servers at the client site. Class-based IP addressing has been superceded by Classless Interdomain Routing (CIDR))
Klassen-DesignerClass Designer (A fully-functional, visual design environment for the Common Language Runtime)
Klassen-IDclass identifier (A universally unique identifier (UUID) that identifies a COM component. Each COM component has its CLSID in the Windows registry so that it can be loaded by other applications)
Klassen-IDclass ID (A universally unique identifier (UUID) that identifies a COM component. Each COM component has its CLSID in the Windows registry so that it can be loaded by other applications)
konkrete Klasseconcrete class (In Windows Management Instrumentation (WMI), a class from which you can create an instance because it has a full implementation)
Kopplung zwischen Klassenclass 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)
parametrisierte Klasseparameterized class (In a static structure diagram, a template that describes a class with one or more unbound formal parameters. It defines a family of classes, each of which is specified by binding the parameters to actual values)
partielle Klassepartial 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)
POCO-KlassePOCO class (A class in the Entity Framework that does not inherit from another class or implement an interface)
WMI-KlasseWMI class (A template for a type of managed object. WMI classes define the basic units of management. For example, the Win32_LogicalDisk class is a template for all logical disks that occur in the Windows environment. In this case, WMI uses the class template to generate an instance of Win32_LogicalDisk for each disk installed on a computer)
übergeordnete Klassesuperclass (A class in object-oriented programming from which another class - a subclass - is derived. The subclass inherits its attributes and methods from the superclass)