Skip to content

e5685a52 25ff 772e 5e81 91305714a177

Fernando Garcia edited this page May 8, 2018 · 1 revision

EnumDescriptionAttribute Class

Additional header content

Especifica una descripción para un elemento de tipo enumerado.

Inheritance Hierarchy

System.Object
  System.Attribute
    System.ComponentModel.DescriptionAttribute
      iTin.Export.ComponentModel.EnumDescriptionAttribute
Namespace: iTin.Export.ComponentModel
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public sealed class EnumDescriptionAttribute : DescriptionAttribute

VB

Public NotInheritable Class EnumDescriptionAttribute
	Inherits DescriptionAttribute

The EnumDescriptionAttribute type exposes the following members.

Constructors

 

Name Description
Public method EnumDescriptionAttribute Initializes a new instance of the EnumDescriptionAttribute class.
  Back to Top

Properties

 

Name Description
Public property Description (Inherited from DescriptionAttribute.)
Protected property DescriptionValue (Inherited from DescriptionAttribute.)
Public property TypeId (Inherited from Attribute.)
  Back to Top

Methods

 

Name Description
Public method Equals (Inherited from DescriptionAttribute.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from DescriptionAttribute.)
Public method GetType (Inherited from Object.)
Public method IsDefaultAttribute (Inherited from DescriptionAttribute.)
Public method Match (Inherited from Attribute.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
  Back to Top

Remarks

[Missing documentation for "T:iTin.Export.ComponentModel.EnumDescriptionAttribute"]

See Also

Reference

iTin.Export.ComponentModel Namespace

Clone this wiki locally