FilterUIHintAttribute 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í.
Precaución
This attribute is no longer in use and will be ignored if applied.
Precaución
FilterUIHintAttribute has been deprecated and is not supported.
Representa un atributo que se usa para especificar el comportamiento de filtrado de una columna.
public ref class FilterUIHintAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false)]
[System.Obsolete("This attribute is no longer in use and will be ignored if applied.")]
public sealed class FilterUIHintAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false)]
[System.Obsolete("FilterUIHintAttribute has been deprecated and is not supported.")]
public sealed class FilterUIHintAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class FilterUIHintAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false)>]
[<System.Obsolete("This attribute is no longer in use and will be ignored if applied.")>]
type FilterUIHintAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false)>]
[<System.Obsolete("FilterUIHintAttribute has been deprecated and is not supported.")>]
type FilterUIHintAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false)>]
type FilterUIHintAttribute = class
inherit Attribute
Public NotInheritable Class FilterUIHintAttribute
Inherits Attribute
- Herencia
- Atributos
Ejemplos
En el ejemplo siguiente se muestra cómo reemplazar los filtros predeterminados en la entidad de producto.
MetadataType(typeof(Product_MD))]
public partial class Product {
private class Product_MD {
[FilterUIHint("MultiForeignKey")]
public object Category { get; set; }
[FilterUIHint("BooleanRadio")]
public object Discontinued { get; set; }
}
}
<MetadataType(GetType(Product_MD))> _
Public Class Product
Private Class Product_MD
<FilterUIHint("MultiForeignKey")> _
Public Property Category As Object
End Property
<FilterUIHint("BooleanRadio")> _
Public Property Discontinued As Object
End Property
End Class
End Class
Constructores
FilterUIHintAttribute(String) |
Obsoletos.
Obsoletos.
Inicializa una nueva instancia de la clase FilterUIHintAttribute utilizando la sugerencia de filtro de la interfaz de usuario. |
FilterUIHintAttribute(String, String) |
Obsoletos.
Obsoletos.
Inicializa una nueva instancia de la clase FilterUIHintAttribute utilizando la sugerencia de filtro de la interfaz de usuario y el nombre de nivel de presentación. |
FilterUIHintAttribute(String, String, Object[]) |
Obsoletos.
Obsoletos.
Inicializa una nueva instancia de la clase FilterUIHintAttribute utilizando la sugerencia de filtro de la interfaz de usuario, el nombre de nivel de presentación y los parámetros del control. |
Propiedades
ControlParameters |
Obsoletos.
Obsoletos.
Obtiene los pares nombre-valor que se usan como parámetros en el constructor del control. |
FilterUIHint |
Obsoletos.
Obsoletos.
Obtiene el nombre del control que va a utilizarse para el filtrado. |
PresentationLayer |
Obsoletos.
Obsoletos.
Obtiene el nombre del nivel de presentación compatible con este control. |
TypeId |
Obsoletos.
Obsoletos.
Devuelve el identificador único de esta instancia de atributo. |
TypeId |
Obsoletos.
Obsoletos.
Cuando se implementa en una clase derivada, obtiene un identificador único para este Attribute. (Heredado de Attribute) |
Métodos
Equals(Object) |
Obsoletos.
Obsoletos.
Devuelve un valor que indica si esta instancia de atributo es igual que el objeto especificado. |
GetHashCode() |
Obsoletos.
Obsoletos.
Devuelve el código hash de esta instancia de atributo. |
GetType() |
Obsoletos.
Obsoletos.
Obtiene el Type de la instancia actual. (Heredado de Object) |
IsDefaultAttribute() |
Obsoletos.
Obsoletos.
Si se reemplaza en una clase derivada, indica si el valor de esta instancia es el valor predeterminado de la clase derivada. (Heredado de Attribute) |
Match(Object) |
Obsoletos.
Obsoletos.
Cuando se invalida en una clase derivada, devuelve un valor que indica si esta instancia es igual a un objeto especificado. (Heredado de Attribute) |
MemberwiseClone() |
Obsoletos.
Obsoletos.
Crea una copia superficial del Object actual. (Heredado de Object) |
ToString() |
Obsoletos.
Obsoletos.
Devuelve una cadena que representa el objeto actual. (Heredado de Object) |
Implementaciones de interfaz explícitas
_Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) |
Obsoletos.
Obsoletos.
Asigna un conjunto de nombres a un conjunto correspondiente de identificadores de envío. (Heredado de Attribute) |
_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) |
Obsoletos.
Obsoletos.
Obtiene la información de tipos de un objeto, que puede utilizarse para obtener la información de tipos de una interfaz. (Heredado de Attribute) |
_Attribute.GetTypeInfoCount(UInt32) |
Obsoletos.
Obsoletos.
Recupera el número de interfaces de información de tipo que proporciona un objeto (0 ó 1). (Heredado de Attribute) |
_Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) |
Obsoletos.
Obsoletos.
Proporciona acceso a las propiedades y los métodos expuestos por un objeto. (Heredado de Attribute) |