Class GatewayEventAttribute
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class GatewayEventAttribute : Attribute
- Inheritance
-
GatewayEventAttribute
- Inherited Members
Constructors
GatewayEventAttribute(string)
public GatewayEventAttribute(string name)
Parameters
name
string
Properties
Name
public string Name { get; }