C# Class Selene.Backend.ControlAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: TobiasKappe/Selene

Méthodes publiques

Méthode 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 méthode

public ControlAttribute ( ) : System
Résultat System

ControlAttribute() public méthode

public ControlAttribute ( string Category ) : System
Category string
Résultat System

ControlAttribute() public méthode

public ControlAttribute ( string Category, string Subcategory ) : System
Category string
Subcategory string
Résultat System

ControlAttribute() public méthode

public ControlAttribute ( string Category, string Subcategory, string Name ) : System
Category string
Subcategory string
Name string
Résultat System