Class NodeDescriptionAttribute
Inheritance
NodeDescriptionAttribute
Syntax
[AttributeUsage(AttributeTargets.Struct)]
[MeansImplicitUse]
public class NodeDescriptionAttribute : Attribute, _Attribute
Constructors
NodeDescriptionAttribute(Type)
Declaration
public NodeDescriptionAttribute(Type modelType)
Parameters
Type |
Name |
Description |
Type |
modelType |
|
Fields
ModelType
Declaration
Field Value
Properties
SpecializationOf
Used when one unit can be translated to one among many units, and an enum on the unit is used to pick one
Declaration
public object SpecializationOf { get; set; }
Property Value
UnmappedPorts
Declaration
public string[] UnmappedPorts { get; set; }
Property Value
Methods
ToString(Type)
Declaration
public static string ToString(Type modelType)
Parameters
Type |
Name |
Description |
Type |
modelType |
|
Returns
Extension Methods