Skip to content

Comments

When configuring IOperables, make the list index accessible#3

Merged
garethdown44 merged 1 commit intonbuilder:masterfrom
seanfox:provide_index_for_operables
Jan 18, 2013
Merged

When configuring IOperables, make the list index accessible#3
garethdown44 merged 1 commit intonbuilder:masterfrom
seanfox:provide_index_for_operables

Conversation

@seanfox
Copy link
Contributor

@seanfox seanfox commented Oct 18, 2012

See the tests for an example.

This resolves Issue 17 (enhancement) from Google Code:
http://code.google.com/p/nbuilder/issues/detail?id=17

… object using the With() and the And() methods.
@wwwlicious
Copy link

Can this change be merged and nuget updated please, is really useful for assigning collections within collections unless I'm missing another way to achieve the following?

var parents Builder().CreateListOfSize(10).All().Build();
var children Builder().CreateListOfSize(10).All().DoForEach((x, y) => p.ParentId = parent[y].Id).Build();

garethdown44 added a commit that referenced this pull request Jan 18, 2013
When configuring IOperables, make the list index accessible
@garethdown44 garethdown44 merged commit c027f94 into nbuilder:master Jan 18, 2013
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

Successfully merging this pull request may close these issues.

3 participants