HubMethodNameAttribute Klasse

Definition

Passt den Namen einer Hubmethode an.

public ref class HubMethodNameAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public class HubMethodNameAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type HubMethodNameAttribute = class
    inherit Attribute
Public Class HubMethodNameAttribute
Inherits Attribute
Vererbung
HubMethodNameAttribute
Attribute

Konstruktoren

HubMethodNameAttribute(String)

Initialisiert eine neue Instanz der HubMethodNameAttribute-Klasse.

Eigenschaften

Name

Der angepasste Name der Hubmethode.

Gilt für: