AutoExpandAttribute Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Representa un Attribute objeto que se puede colocar en una propiedad de navegación para especificar que se expande automáticamente o se coloca en una clase para especificar que todas las propiedades de navegación se expandan automáticamente.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property)]
public sealed class AutoExpandAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property)>]
type AutoExpandAttribute = class
inherit Attribute
Public NotInheritable Class AutoExpandAttribute
Inherits Attribute
- Herencia
-
AutoExpandAttribute
- Atributos
Constructores
AutoExpandAttribute() |
Representa un Attribute objeto que se puede colocar en una propiedad de navegación para especificar que se expande automáticamente o se coloca en una clase para especificar que todas las propiedades de navegación se expandan automáticamente. |
Propiedades
DisableWhenSelectPresent |
Obtiene o establece si la expansión automática se deshabilitará si hay un $select especificar por el cliente. |