C# Class DrutNET.DisplayValueAttribute

Simple attribute class for storing String Values
Inheritance: System.Attribute
Mostra file Open project: bricel/DrutNet

Public Methods

Method Description
DisplayValueAttribute ( string value ) : System

Creates a new StringValueAttribute instance.

Method Details

DisplayValueAttribute() public method

Creates a new StringValueAttribute instance.
public DisplayValueAttribute ( string value ) : System
value string Value.
return System