Sage.PL.WebAPI.Interface.Attributes Namespace > EnumPolishName Class

Drukuj

.NET Framework Class Library

EnumPolishName Class

Atrybut zawierający polską nazwę wartości wyliczenia.

Namespace: Sage.PL.WebAPI.Interface.Attributes

Assembly:  Sage.PL.WebAPI.Interface (in Sage.PL.WebAPI.Interface.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

<AttributeUsageAttribute(AttributeTargets.Enum Or AttributeTargets.Field, AllowMultiple := False)> _
Public NotInheritable Class EnumPolishName _
 Inherits DescriptionAttribute

C#

[AttributeUsageAttribute(AttributeTargets.Enum|AttributeTargets.Field, AllowMultiple = false)]
public sealed class EnumPolishName : DescriptionAttribute

Visual C++

[AttributeUsageAttribute(AttributeTargets::Enum|AttributeTargets::Field, AllowMultiple = false)]
public ref class EnumPolishName sealed : public DescriptionAttribute

JavaScript

Sage.PL.WebAPI.Interface.Attributes.EnumPolishName = function();
Type.createClass(
 'Sage.PL.WebAPI.Interface.Attributes.EnumPolishName',
 DescriptionAttribute);

Inheritance Hierarchy

System.Object

System.Attribute

  System.ComponentModel.DescriptionAttribute

    Sage.PL.WebAPI.Interface.Attributes.EnumPolishName

See Also

EnumPolishName Members

Sage.PL.WebAPI.Interface.Attributes Namespace