DictionaryForumContacts

   Danish
Terms for subject Microsoft containing klasse | all forms
DanishEnglish
afledt 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)
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)
COM-klasseCOM class (A concrete implementation of one or more COM interfaces. COM objects are instances of COM classes)
delt 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)
kodebaseret 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)
konkret klasseconcrete class (In Windows Management Instrumentation (WMI), a class from which you can create an instance because it has a full implementation)
parameteriseret 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)
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)