Method | Description | |
---|---|---|
CanMapToProp ( this type ) : bool |
Using the heuristic that the property should be a mappable type or an Enum to be mapped as a property else it should be a Relationship or a component.
|
|
MapProperty ( this propInfo ) : IPropDef |
Based on the information available for the PropertyInfo (Name, Attributes, DataTypes etc) And a set of Heuristics a Property Definition is created for this PropertyInfo
|
Method | Description | |
---|---|---|
IsEnumType ( this type ) : bool |
public static CanMapToProp ( this type ) : bool | ||
type | this | |
return | bool |
public static MapProperty ( this propInfo ) : IPropDef | ||
propInfo | this | |
return | IPropDef |