-
1 type descriptor
"An object that defines the data type of an input, output or return parameter of a method instance object." -
2 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." -
3 nullable type
"In C#, an instance of the System.Nullable struct that can represent the normal range of values for its underlying value type, plus an additional null value." -
4 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." -
5 mandatory constraint
"A constraint that requires every instance of an object type's population to play that role. With a disjunctive mandatory role constraint, each member of the object type's population must play at least one of the roles indicated." -
6 provider
"In a Web Parts connection, a server control that sends data to a consumer control. A provider can be a WebPart control or any type of server control, but must be designed to function as a provider. A provider must have a special callback method marked with a ConnectionProviderAttribute attribute in the source code. This method provides data to consumer controls in the form of an interface instance." -
7 unboxing
The conversion of an object instance to a value type. -
8 shorthand property
"A type of property that allows authors to specify the values of several properties with a single property. For instance, the 'font' property is a shorthand property for setting 'font-style', 'font-variant', 'font-weight', 'font-size', 'line-height', and 'font-family' all at once." -
9 prototype
"A preliminary type, form, or instance of a product or product component that serves as a model for later stages or for the final, complete version of the product." -
10 General
The tab that presents the most basic information about an entity/record type or instance/record in the system. -
11 software factory product
"The instance of a specific type of software system, application, or component built by the software factory." -
12 consumer
"In a Web Parts connection, a server control that receives data from a provider control and processes or displays it. A consumer can be any type of server control, but must be designed to function as a consumer. A consumer must have a special callback method marked with a ConnectionConsumerAttribute attribute in the source code. This method receives data from the provider in the form of an interface instance." -
13 sequence
An instance of a queryable type. -
14 reference mode
"A word, number, or abbreviation used to identify a unique instance of an entity object type." -
15 graph edge
"A unit in the graph index that consists of an actor, an action, and an object. A graph edge represents an action done by one entity on another entity, or some relationship between two entities. For instance, an edge can represent a user (actor) viewing (action) a document (object). Or an edge can represent a user (actor) being the manager (action) of another user (object). Each graph edge contains metadata, such as a timestamp, relevance weight, and action type."
См. также в других словарях:
Type system — Type systems Type safety Inferred vs. Manifest Dynamic vs. Static Strong vs. Weak Nominal vs. Structural Dependent typing Duck typing Latent typing Linear typing Uniqueness typing … Wikipedia
instance — n Instance, case, illustration, example, sample, specimen mean a concrete thing which has or manifests the qualities, characters, or nature of a type, a class, or a group. Instance applies to an individual person or thing brought forth in support … New Dictionary of Synonyms
instance — in·stance / in stəns/ n [French, from Late Latin instantia, from Latin, the fact of being present or impending, vehemence in speech, urgency, from instant instans insistent, pressing, from present participle of instare to be pressing, stand upon] … Law dictionary
Instance supérieure indépendante pour les élections — (Isie) Création 2011 Type Organisme électoral Langue(s) arabe Président Kamel … Wikipédia en Français
Type approval — is granted to a product that meets a minimum set of regulatory, technical and safety requirements. Generally, type approval is required before a product is allowed to be sold in a particular country, so the requirements for a given product will… … Wikipedia
Type algebrique de donnees — Type algébrique de données Un type algébrique de données est un type de données dont chacune des valeurs est une donnée d un autre type enveloppée dans un des constructeurs du type. Toutes les données enveloppées sont des arguments du… … Wikipédia en Français
Type algébrique — de données Un type algébrique de données est un type de données dont chacune des valeurs est une donnée d un autre type enveloppée dans un des constructeurs du type. Toutes les données enveloppées sont des arguments du constructeur. Par contraste … Wikipédia en Français
Type recursif — Type récursif Dans un langage de programmation, un type récursif ou type inductif est un type de données pour des valeurs qui contiennent d autres valeurs du même type. Un exemple est le type liste en Haskell : data List a = Nil | Cons a… … Wikipédia en Français
type — [tīp] n. [LL(Ec) typus, a model, symbol < L & Gr: L, a figure < Gr typos, a figure, archetype, model, orig., a blow, mark made by a blow < typtein: see TYMPAN] 1. a person, thing, or event that represents or symbolizes another, esp.… … English World dictionary
type — index case (example), characteristic, class, classification, classify, color (complexion), criterion … Law dictionary
Type introspection — In computing, type introspection is a capability of some object oriented programming languages to determine the type of an object at runtime. This is a notable capability of the Objective C language, and is a common feature in any language that… … Wikipedia