C# Class MBC.Shared.Attributes.DescriptionAttribute

Provides a description of a Controller.
Inheritance: ControllerAttribute
ファイルを表示 Open project: aiclub/Mohawk_Battleship Class Usage Examples

Public Properties

Property Type Description
Description string

Public Methods

Method Description
DescriptionAttribute ( string description ) : System

Stores the description.

Method Details

DescriptionAttribute() public method

Stores the description.
public DescriptionAttribute ( string description ) : System
description string A string used to describe a
return System

Property Details

Description public_oe property

Gets a string that describes the Controller.
public string Description
return string