Class NetOutputAttribute
Inheritance
NetOutputAttribute
Syntax
public class NetOutputAttribute : Attribute, _Attribute, IOutputAttribute, IPortAttribute
Constructors
NetOutputAttribute()
Declaration
public NetOutputAttribute()
NetOutputAttribute(String, String)
Declaration
public NetOutputAttribute(string guid, string displayName)
Parameters
Properties
DisplayName
Declaration
public string DisplayName { get; }
Property Value
Implements
Id
Declaration
public string Id { get; }
Property Value
Implements
Methods
GetOutputMessageType(FieldInfo)
Declaration
public Type GetOutputMessageType(FieldInfo fieldInfo)
Parameters
Returns
Implements