C# Class Shaml.Core.EnumDisplayNameAttribute

Provides an Attribute to set the display name for the items in the enum
Inheritance: System.Attribute
Afficher le fichier Open project: sztupy/shaml

Méthodes publiques

Méthode Description
EnumDisplayNameAttribute ( ) : System

The display name should be the same as the value itself

EnumDisplayNameAttribute ( string DisplayName ) : System

Method Details

EnumDisplayNameAttribute() public méthode

The display name should be the same as the value itself
public EnumDisplayNameAttribute ( ) : System
Résultat System

EnumDisplayNameAttribute() public méthode

public EnumDisplayNameAttribute ( string DisplayName ) : System
DisplayName string
Résultat System