C# Class OnlineVideos.LocalizableDisplayNameAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: offbyoneBB/mp-onlinevideos2

Public Properties

Property Type Description
Default LocalizableDisplayNameAttribute

Protected Properties

Property Type Description
_displayName string

Public Methods

Method Description
LocalizableDisplayNameAttribute ( string displayName = null ) : System

Instantiate the Attribute class to set a human readable name.

Method Details

LocalizableDisplayNameAttribute() public method

Instantiate the Attribute class to set a human readable name.
public LocalizableDisplayNameAttribute ( string displayName = null ) : System
displayName string The name that should be displayed instead of the field name.
return System

Property Details

Default public_oe static_oe property

public static LocalizableDisplayNameAttribute,OnlineVideos Default
return LocalizableDisplayNameAttribute

_displayName protected_oe property

protected string _displayName
return string