Method | Description | |
---|---|---|
GetCollectionEntryClassName ( this prop ) : string | ||
GetCollectionEntryFullName ( this prop ) : string | ||
GetCollectionEntryNamespace ( this prop ) : string | ||
GetCollectionEntryTable ( this prop ) : string | ||
GetRelationClassName ( this rel ) : string | ||
GetRelationFullName ( this rel ) : string | ||
GetRelationTableName ( this rel ) : string | ||
SerializerReadMethod ( this typeName ) : string |
Method | Description | |
---|---|---|
GetCollectionEntryReverseKeyColumnName ( this prop ) : string | ||
GetRelationFkColumnName ( this rel, RelationEndRole endRole ) : string |
public static GetCollectionEntryClassName ( this prop ) : string | ||
prop | this | |
return | string |
public static GetCollectionEntryFullName ( this prop ) : string | ||
prop | this | |
return | string |
public static GetCollectionEntryNamespace ( this prop ) : string | ||
prop | this | |
return | string |
public static GetCollectionEntryTable ( this prop ) : string | ||
prop | this | |
return | string |
public static GetRelationClassName ( this rel ) : string | ||
rel | this | |
return | string |
public static GetRelationFullName ( this rel ) : string | ||
rel | this | |
return | string |
public static GetRelationTableName ( this rel ) : string | ||
rel | this | |
return | string |
public static SerializerReadMethod ( this typeName ) : string | ||
typeName | this | |
return | string |