C# Класс CsDebugScript.CodeGen.UserTypes.UserTypeTransformation

Class represents transformation done on the symbol that should convert it to user type.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
UserTypeTransformation ( XmlTypeTransformation transformation, string>.Func typeConverter, UserType ownerUserType, Symbol type ) : System

Initializes a new instance of the UserTypeTransformation class.

Приватные методы

Метод Описание
TransformConstructor ( string simpleFieldValue, string fieldOffset ) : string

Transforms the constructor based on field variable and field offset.

TransformType ( ) : string

Transforms the symbol type to user type.

Описание методов

UserTypeTransformation() публичный Метод

Initializes a new instance of the UserTypeTransformation class.
public UserTypeTransformation ( XmlTypeTransformation transformation, string>.Func typeConverter, UserType ownerUserType, Symbol type ) : System
transformation XmlTypeTransformation The XML transformation definition.
typeConverter string>.Func The type converter.
ownerUserType UserType The owner user type.
type Symbol The type that should be transformed to user type.
Результат System