Class TypeNameChangeGlobalAttribute
Define a type name change mapping globally.
Implements
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public class TypeNameChangeGlobalAttribute : Attribute, _Attribute
Constructors
| Name | Description |
|---|---|
| TypeNameChangeGlobalAttribute(string, Type) | Change a type from a old type to a new type. Must be full names with the name space and all. |
Fields
| Name | Description |
|---|---|
| NewType | Creates new type. |
| OldName | The old name |