Class DOMTreatNullAsAttribute

Class DOMTreatNullAsAttribute

Nombre del espacio: Aspose.Html.Dom.Attributes Colección: Aspose.HTML.dll (25.4.0)

Indica que el nulo del valor miembro será tratado como valor especificado.

[ComVisible(true)]
public sealed class DOMTreatNullAsAttribute : Attribute

Inheritance

object Attribute DOMTreatNullAsAttribute

Miembros heredados

Attribute.GetCustomAttributes(MemberInfo, Type) ,y, Attribute.GetCustomAttributes(MemberInfo, Type, bool) ,y, Attribute.GetCustomAttributes(MemberInfo) ,y, Attribute.GetCustomAttributes(MemberInfo, bool) ,y, Attribute.IsDefined(MemberInfo, Type) ,y, Attribute.IsDefined(MemberInfo, Type, bool) ,y, Attribute.GetCustomAttribute(MemberInfo, Type) ,y, Attribute.GetCustomAttribute(MemberInfo, Type, bool) ,y, Attribute.GetCustomAttributes(ParameterInfo) ,y, Attribute.GetCustomAttributes(ParameterInfo, Type) ,y, Attribute.GetCustomAttributes(ParameterInfo, Type, bool) ,y, Attribute.GetCustomAttributes(ParameterInfo, bool) ,y, Attribute.IsDefined(ParameterInfo, Type) ,y, Attribute.IsDefined(ParameterInfo, Type, bool) ,y, Attribute.GetCustomAttribute(ParameterInfo, Type) ,y, Attribute.GetCustomAttribute(ParameterInfo, Type, bool) ,y, Attribute.GetCustomAttributes(Module, Type) ,y, Attribute.GetCustomAttributes(Module) ,y, Attribute.GetCustomAttributes(Module, bool) ,y, Attribute.GetCustomAttributes(Module, Type, bool) ,y, Attribute.IsDefined(Module, Type) ,y, Attribute.IsDefined(Module, Type, bool) ,y, Attribute.GetCustomAttribute(Module, Type) ,y, Attribute.GetCustomAttribute(Module, Type, bool) ,y, Attribute.GetCustomAttributes(Assembly, Type) ,y, Attribute.GetCustomAttributes(Assembly, Type, bool) ,y, Attribute.GetCustomAttributes(Assembly) ,y, Attribute.GetCustomAttributes(Assembly, bool) ,y, Attribute.IsDefined(Assembly, Type) ,y, Attribute.IsDefined(Assembly, Type, bool) ,y, Attribute.GetCustomAttribute(Assembly, Type) ,y, Attribute.GetCustomAttribute(Assembly, Type, bool) ,y, Attribute.Equals(object?) ,y, Attribute.GetHashCode() ,y, Attribute.Match(object?) ,y, Attribute.IsDefaultAttribute() ,y, Attribute.TypeId ,y, object.GetType() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()

Constructors

SiguienteAttribución(El objeto, el objeto)

Inicia una nueva instancia de la clase Aspose.Html.Dom.Attributes.DOMTreatNullAsAttribute.

public DOMTreatNullAsAttribute(Type type, object value)

Parameters

type Type

El tipo de objeto.

value object

El valor del objeto.

Properties

Type

Obtener o establecer el valor del tipo.

public Type Type { get; set; }

Valor de la propiedad

Type

Value

Obtenga o establece el valor.

public object Value { get; set; }

Valor de la propiedad

object

Ver también

Attribute

 Español