Show / Hide Table of Contents

Class DescriptionAttribute

Attribute description added to Enums

Inheritance
System.Object
DescriptionAttribute
Namespace: FpAssistantCore.General
Assembly: FpAssistantCoreScl.dll
Syntax
public class DescriptionAttribute : Attribute
Remarks

Example adds an Description attribute which is named as Text

Examples
[Description(Text = "kt")]

Properties

View Source

Text

Access to the Description Attribute

Declaration
public virtual string Text { get; set; }
Property Value
Type Description
System.String

Value of the Text value assigned

  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited