C# Class MBC.Shared.Attributes.NameAttribute

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

Public Properties

Property Type Description
Name string

Public Methods

Method Description
NameAttribute ( string name ) : System

Stores the name.

ToString ( ) : string

Method Details

NameAttribute() public method

Stores the name.
public NameAttribute ( string name ) : System
name string A string the identifies the by name.
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Name public_oe property

Gets a string that names the Controller.
public string Name
return string