C# Class CatEye.StageOperationDescriptionAttribute

Inheritance: System.Attribute
Mostra file Open project: bigfatbrowncat/CatEye

Public Methods

Method Description
GetDescription ( Type stageOperationType ) : string
GetName ( Type stageOperationType ) : string
StageOperationDescriptionAttribute ( string name, string description ) : System

Method Details

GetDescription() public static method

public static GetDescription ( Type stageOperationType ) : string
stageOperationType System.Type
return string

GetName() public static method

public static GetName ( Type stageOperationType ) : string
stageOperationType System.Type
return string

StageOperationDescriptionAttribute() public method

public StageOperationDescriptionAttribute ( string name, string description ) : System
name string
description string
return System