-
1 object initializer
A set of name/value pairs or unnamed variable initializers that are assigned to the public fields of an object in the same statement in which the object is declared. -
2 unbound object
"An object, such as a picture, whose value isn't derived from data stored in a table." -
3 boxing
"The conversion of a value type instance to an object, which implies that the instance will carry full type information at run time and will be allocated in the heap. The Microsoft intermediate language (MSIL) instruction set's box instruction converts a value type to an object by making a copy of the value type and embedding it in a newly allocated object." -
4 hash algorithm
"An algorithm that produces a hash value of some piece of data, such as a message or session key. With a good hash algorithm, changes in the input data can change every bit in the resulting hash value; for this reason, hashes are useful in detecting any modification in a data object, such as a message. Furthermore, a good hash algorithm makes it computationally infeasible to construct two independent inputs that have the same hash. Typical hash algorithms include MD2, MD4, MD5, and SHA-1." -
5 hash function
"An algorithm that produces a hash value of some piece of data, such as a message or session key. With a good hash algorithm, changes in the input data can change every bit in the resulting hash value; for this reason, hashes are useful in detecting any modification in a data object, such as a message. Furthermore, a good hash algorithm makes it computationally infeasible to construct two independent inputs that have the same hash. Typical hash algorithms include MD2, MD4, MD5, and SHA-1." -
6 access mask
"In Windows-based computers, a 32-bit value (a bitmask) that specifies the permissions that are assigned in an access control entry (ACE). An access mask is also part of the access request when an object is opened. The access mask in the request is compared to the access mask in each ACE to determine whether or not to grant the request." -
7 column
The area in each row of a database table that stores the data value for some attribute of the object modeled by the table. -
8 property
"Attribute or characteristic of an object that is used to define its state, appearance, or value." -
9 unboxing
The conversion of an object instance to a value type. -
10 duration
"A value, in seconds, that indicates the amount of time an animated object remains active or displayed." -
11 policy bar code
"An image that encodes a unique identifier for a Windows SharePoint Services object, where the value of the unique identifier can also be represented textually." -
12 mandatory property
A property that requires a value when it exists as an object in the Directory Navigator and in the diagram. Mandatory properties that are defined for a class cannot be deleted. -
13 binding source
"In data binding, the object from which the value is obtained." -
14 binding target
"In data binding, the object that consumes the value of the binding."
См. также в других словарях:
Object Pascal — Семантика: императивная Класс языка: мультипарадигмальный: императивный, структурный, объектно ориентированный, обобщённый[1], процедурный Тип исполнения: компилируемый … Википедия
Object-oriented ontology — (OOO) is a metaphysical movement that rejects the privileging of human existence over the existence of nonhuman objects.[1] Specifically, object oriented ontology opposes the anthropocentrism of Immanuel Kant s Copernican Revolution, whereby… … Wikipedia
value — val·ue 1 / val yü/ n 1 a: a fair return or equivalent in goods, services, or money for something exchanged received good value for the price b: valuable consideration at consideration … Law dictionary
Value theory — encompasses a range of approaches to understanding how, why and to what degree people should value things; whether the thing is a person, idea, object, or anything else. This investigation began in ancient philosophy, where it is called axiology… … Wikipedia
Value engineering — is a systematic method to improve the value of goods and services by using an examination of function. Value, as defined, is the ratio of function to cost. Value can therefore be increased by either improving the function or reducing the cost. It … Wikipedia
Value added — refers to the additional value of a commodity over the cost of commodities used to produce it from the previous stage of production. An example is the price of gasoline at the pump over the price of the oil in it. In national accounts used in… … Wikipedia
Value network analysis — is a methodology for understanding, using, visualizing, optimizing internal and external value networks and complex economic ecosystems. The methods include visualizing sets of relationships from a dynamic whole systems perspective. Robust… … Wikipedia
Value conversion — is the act of converting one type of value or financial instrument into another type of negotiable value. In the securities profession the definition of conversion value is very narrowly defined as the positive difference between the market price … Wikipedia
Value (philosophy) — Philosophic or ethic value is a property of objects, including physical objects as well as abstract objects (e.g. actions), representing their degree of importance. The study of it is included in value theory.An object with ethic or philosophic… … Wikipedia
Value (ethics) — For other uses, see Value (disambiguation). In ethics, value is a property of objects, including physical objects as well as abstract objects (e.g. actions), representing their degree of importance. Ethic value denotes something s degree of… … Wikipedia
Object type (object-oriented programming) — See also: Object (computer science) In computer science, an object type (a.k.a. wrapping object) is a datatype which is used in object oriented programming to wrap a non object type to make it look like a dynamic object.[citation needed] Some… … Wikipedia