Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Create IEnumerable<T> (and similar) property support #1

Open
dclucas opened this issue Mar 27, 2012 · 0 comments
Open

Feature: Create IEnumerable<T> (and similar) property support #1

dclucas opened this issue Mar 27, 2012 · 0 comments
Assignees

Comments

@dclucas
Copy link
Owner

dclucas commented Mar 27, 2012

Suport for mappings such as:

public class SourceClass
{
public IEnumerable<SourceItemClass> Items { get; set; }
}

to

public class TargetClass
{
public IEnumerable<TargetItemClass> Items { get; set; }
}
@ghost ghost assigned dclucas Mar 27, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant