Interface IRenameClass
Namespace: Xareus.Scenarios.Utilities
Assembly: Xareus.Scenarios.dll
Syntax
public interface IRenameClass
Properties
ParametersConverter
The class to convert the parameters from the old to the new format
Declaration
IFunctionParametersConverter ParametersConverter { get; set; }
Property Value
Type | Description |
---|---|
IFunctionParametersConverter |
RenamedClassAssemblyName
The previous assembly name of the element
Declaration
string RenamedClassAssemblyName { get; set; }
Property Value
Type | Description |
---|---|
string |
RenamedClassName
The previous name of the element
Declaration
string RenamedClassName { get; set; }
Property Value
Type | Description |
---|---|
string |