\r\n

51Degrees Pipeline .NET  4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Core.Attributes.AlternateNameAttribute Class Reference

Detailed Description

This attribute can be applied to classes and methods to specify an alternative name that can be used for that class/method in Pipeline configuration files.

Inheritance diagram for FiftyOne.Pipeline.Core.Attributes.AlternateNameAttribute:

[legend]

Collaboration diagram for FiftyOne.Pipeline.Core.Attributes.AlternateNameAttribute:

[legend]

Public Member Functions

 AlternateNameAttribute (string name)
Constructor More...

Properties

string  Name [get, set]
The alternative name for the class/method. More...

Constructor & Destructor Documentation

◆ AlternateNameAttribute()

FiftyOne.Pipeline.Core.Attributes.AlternateNameAttribute.AlternateNameAttribute ( string   name )

Constructor

Parameters
name - The alternative name for the class/method.

Property Documentation

◆ Name

string FiftyOne.Pipeline.Core.Attributes.AlternateNameAttribute.Name
get set

The alternative name for the class/method.