Method | Description | |
---|---|---|
ListMapper ( ICollection original ) : System |
Construct a ListMapper based on a collection
|
|
Property ( string name ) : ICollection |
Produces a collection containing all the values of a property
|
public ListMapper ( ICollection original ) : System | ||
original | ICollection | The collection to be transformed |
return | System |
public Property ( string name ) : ICollection | ||
name | string | The collection of property values |
return | ICollection |