ActionNameAttribute Класс

Определение

Указывает имя действия.

public ref class ActionNameAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class ActionNameAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type ActionNameAttribute = class
    inherit Attribute
Public NotInheritable Class ActionNameAttribute
Inherits Attribute
Наследование
ActionNameAttribute
Атрибуты

Конструкторы

ActionNameAttribute(String)

Инициализирует новый экземпляр класса ActionNameAttribute.

Свойства

Name

Возвращает имя действия.

Применяется к