Свойство | Type | Description | |
---|---|---|---|
GetOwningPropName | string | ||
SetRelationshipType | void | ||
SetReverseRelationshipName | void |
Méthode | Description | |
---|---|---|
GetRelatedPropName ( TypeWrapper propertyType ) : string |
Returns the Related Property Name based on a Heuristic dependent upon the Related ClassType i.e. the propertyType.
|
|
ManyToOneAutoMapper ( |
Constructs the Reflective Mapper based on a PropertyInfo
|
|
ManyToOneAutoMapper ( PropertyWrapper propWrapper ) : System |
Constructs the Reflective Mapper based on a ReflectionWrappers.PropertyWrapper
|
|
MapManyToOne ( ) : IRelationshipDef |
Maps the PropertyInfo to a Many to One relationship
|
|
MustBeMapped ( ) : bool |
Determines whether this Property Info must be mapped based on Its AutoMapping Attributes.
|
Méthode | Description | |
---|---|---|
GetOwningPropName ( ) : string | ||
SetRelationshipType ( IRelationshipDef relDef ) : void | ||
SetReverseRelationshipName ( IRelationshipDef relDef ) : void |
public static GetRelatedPropName ( TypeWrapper propertyType ) : string | ||
propertyType | TypeWrapper | |
Résultat | string |
public ManyToOneAutoMapper ( |
||
propInfo | ||
Résultat | System |
public ManyToOneAutoMapper ( PropertyWrapper propWrapper ) : System | ||
propWrapper | PropertyWrapper | |
Résultat | System |