C# Class CatEye.StageOperationDescriptionAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: bigfatbrowncat/CatEye

Méthodes publiques

Méthode Description
GetDescription ( Type stageOperationType ) : string
GetName ( Type stageOperationType ) : string
StageOperationDescriptionAttribute ( string name, string description ) : System

Method Details

GetDescription() public static méthode

public static GetDescription ( Type stageOperationType ) : string
stageOperationType System.Type
Résultat string

GetName() public static méthode

public static GetName ( Type stageOperationType ) : string
stageOperationType System.Type
Résultat string

StageOperationDescriptionAttribute() public méthode

public StageOperationDescriptionAttribute ( string name, string description ) : System
name string
description string
Résultat System