Property | Type | Description | |
---|---|---|---|
GetReverseRelationshipName | string |
Method | Description | |
---|---|---|
CreateRelPropDef ( ) : IRelPropDef |
Create a new Relationship Prop Def.
|
|
GetOwningPropName ( TypeWrapper ownerClassType ) : string |
Returns the owning property name
|
|
GetRelatedPropName ( ) : string |
Returns the Related Property name.
|
|
MapOneToMany ( ) : IRelationshipDef |
Map the relationship including the Relationship props.
|
|
MustBeMapped ( ) : bool |
Must the Relationship be Mapped.
|
|
OneToManyAutoMapper ( |
Construct the AutoMapper for a specified PropertyInfo.
|
|
OneToManyAutoMapper ( PropertyWrapper propertyWrapper ) : System |
Construct the AutoMapper for a specified propertyWrapper.
|
Method | Description | |
---|---|---|
GetReverseRelationshipName ( ) : string |
public static GetOwningPropName ( TypeWrapper ownerClassType ) : string | ||
ownerClassType | TypeWrapper | |
return | string |
public OneToManyAutoMapper ( |
||
propInfo | ||
return | System |
public OneToManyAutoMapper ( PropertyWrapper propertyWrapper ) : System | ||
propertyWrapper | PropertyWrapper | |
return | System |