ObjectSelectorTargetInfoConstructor

Cambiar al Manual
public ObjectSelectorTargetInfo (GlobalObjectId globalObjectId, Object targetObject, Type type);

Parámetros

globalObjectIdThe object's global identifier.
targetObjectThe object's instance. It can be null if the object is not loaded.
typeThe object's underlying type. It can be null if the object is not loaded.

Descripción

Creates an ObjectSelectorTargetInfo.

This structure is used to pass an object's information to an ObjectSelectorHandlerAttribute without loading the object if it is not needed.