Method | Description | |
---|---|---|
UseFieldForAssociationStorage ( string>.Func |
Creates a new instance of the USeFieldForAssociationStorage class.
|
Method | Description | |
---|---|---|
HandleBelongsToMappings ( System |
Applies the modification to many-to-one mappings.
|
|
HandleHasManyMappings ( System |
Applies the modification to one-to-many mappings.
|
|
HandleHasOneMappings ( System |
Applies the modification to one-to-one mappings.
|
Method | Description | |
---|---|---|
ApplyStorageAttribute ( IPropertyMapping mapping ) : void |
protected HandleBelongsToMappings ( System |
||
mappings | System |
The mappings to which the modification should be applied. |
return | void |
protected HandleHasManyMappings ( System |
||
mappings | System |
The one-to-many mappings to which the modification should be applied. |
return | void |
protected HandleHasOneMappings ( System |
||
mappings | System |
The mappings to which the modification should be applied. |
return | void |
public UseFieldForAssociationStorage ( string>.Func |
||
nameSpecifier | string>.Func | Delegatae that, when invoked, will return the name that should be used for the underlying storage field |
return | System |