Skip to content

Properties do not map properly #407

@kzeratal

Description

@kzeratal

I have a class A that has a DateTime property, and class B that has a long property.
Both properties have the same name.
I've setup the rule for type DateTime converting to long in a config C1 which implements IRegister interface.
And of course a config C2 for A converting to B
But when I map from A to B, that DateTime property will always 0, unless I set the mapping rule in config C2.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions