Class TypeNameChangedAttribute
This attribute is for when a class or struct name changes, so that the SerializableType module can find the type in this scenario. If a type name is changed without this attribute, then there may be errors.
Implements
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct, AllowMultiple = true)]
public class TypeNameChangedAttribute : Attribute, _Attribute
Constructors
Name | Description |
---|---|
TypeNameChangedAttribute(string, string) | Initializes the attribute |
Fields
Name | Description |
---|---|
formerTypeNameString | The former type name string |
prefix | The prefix |
Methods
Name | Description |
---|---|
GetFullName(string) | Given the current full name, returns the full old full name. |