Class OperationAttribute
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public class OperationAttribute : Attribute
- Inheritance
-
OperationAttribute
- Inherited Members
- Extension Methods
Constructors
OperationAttribute(string)
public OperationAttribute(string guid)
Parameters
guid
string
Properties
ID
public string ID { get; }
Property Value
Name
public string Name { get; set; }