Class SerializedParameter
Class SerializedParameter, represents the parameter data. Implements the VersionedStruct
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Serializable]
public class SerializedParameter : VersionedStruct
Constructors
| Name | Description |
|---|---|
| SerializedParameter(SerializedParameter) | Initializes a new instance of the SerializedParameter class. |
Fields
| Name | Description |
|---|---|
| Direction | The direction |
| FieldExtra | The field extra |
| Guid | The unique identifier |
| Name | The name |
| Type | The type |
| Value | The value |
| isExposed | The is exposed |
| kVersion | The constant version |
Properties
| Name | Description |
|---|---|
| CurrentVersion | Gets the current version. |
Methods
| Name | Description |
|---|---|
| CopyFrom(SerializedParameter) | Copies from. |
| Create() | Creates this instance. |
| Equals(SerializedParameter) | Test for equality with other object. |