Class XmlSerializationAttribute

Class XmlSerializationAttribute

Nombre del espacio: Aspose.BarCode Asamblea: Aspose.BarCode.dll (25.4.0)

Representa el atributo del generador de entidad xml.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method|AttributeTargets.Property, AllowMultiple = true)]
public class XmlSerializationAttribute : Attribute

Inheritance

object Attribute XmlSerializationAttribute

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.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()

Constructors

XmlSerializationAttribute()

public XmlSerializationAttribute()

Properties

DefaultValue

Obtener o establecer el valor defectuoso de la propiedad.

public object DefaultValue { get; set; }

Valor de la propiedad

object

Name

Obtenga o establezca el nombre de la propiedad superada.

public string Name { get; set; }

Valor de la propiedad

string

Type

Obtener o establecer el tipo de serialización. el defecto es el atributo.

public XmlSerializationType Type { get; set; }

Valor de la propiedad

XmlSerializationType

 Español