C# Class Selene.Backend.ControlAttribute

Inheritance: System.Attribute
显示文件 Open project: TobiasKappe/Selene

Public Methods

Method Description
ControlAttribute ( ) : System
ControlAttribute ( string Category ) : System
ControlAttribute ( string Category, string Subcategory ) : System
ControlAttribute ( string Category, string Subcategory, string Name ) : System

Method Details

ControlAttribute() public method

public ControlAttribute ( ) : System
return System

ControlAttribute() public method

public ControlAttribute ( string Category ) : System
Category string
return System

ControlAttribute() public method

public ControlAttribute ( string Category, string Subcategory ) : System
Category string
Subcategory string
return System

ControlAttribute() public method

public ControlAttribute ( string Category, string Subcategory, string Name ) : System
Category string
Subcategory string
Name string
return System