Method | Description | |
---|---|---|
ApplyTo ( IMapping mapping ) : void |
Applies the modification to a particular mapping.
|
Method | Description | |
---|---|---|
HandleBelongsToMappings ( IEnumerable |
Applies the modification to many-to-one mappings.
|
|
HandleColumnMappings ( IEnumerable |
Applies the modification to column mappings.
|
|
HandleHasManyMappings ( IEnumerable |
Applies the modification to one-to-many mappings.
|
|
HandleHasOneMappings ( IEnumerable |
Applies the modification to one-to-one mappings.
|
|
HandleMapping ( IMapping mapping ) : void |
Applies the modification to the mapping.
|
public ApplyTo ( IMapping mapping ) : void | ||
mapping | IMapping | The mapping to which the modification should be applied |
return | void |
protected HandleBelongsToMappings ( IEnumerable |
||
mappings | IEnumerable |
The mappings to which the modification should be applied |
return | void |
protected HandleColumnMappings ( IEnumerable |
||
mappings | IEnumerable |
The column mappings to which the modification should be applied. |
return | void |
protected HandleHasManyMappings ( IEnumerable |
||
mappings | IEnumerable |
The one-to-many mappings to which the modification should be applied. |
return | void |
protected HandleHasOneMappings ( IEnumerable |
||
mappings | IEnumerable |
The mappings to which the modification should be applied. |
return | void |
protected HandleMapping ( IMapping mapping ) : void | ||
mapping | IMapping | The mapping to which the modification should be applied. |
return | void |