C# Class Zetbox.Generator.Extensions.MiscExtensions

Exibir arquivo Open project: daszat/zetbox

Public Methods

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

Private Methods

Method Description
GetCollectionEntryReverseKeyColumnName ( this prop ) : string
GetRelationFkColumnName ( this rel, RelationEndRole endRole ) : string

Method Details

GetCollectionEntryClassName() public static method

public static GetCollectionEntryClassName ( this prop ) : string
prop this
return string

GetCollectionEntryFullName() public static method

public static GetCollectionEntryFullName ( this prop ) : string
prop this
return string

GetCollectionEntryNamespace() public static method

public static GetCollectionEntryNamespace ( this prop ) : string
prop this
return string

GetCollectionEntryTable() public static method

public static GetCollectionEntryTable ( this prop ) : string
prop this
return string

GetRelationClassName() public static method

public static GetRelationClassName ( this rel ) : string
rel this
return string

GetRelationFullName() public static method

public static GetRelationFullName ( this rel ) : string
rel this
return string

GetRelationTableName() public static method

public static GetRelationTableName ( this rel ) : string
rel this
return string

SerializerReadMethod() public static method

public static SerializerReadMethod ( this typeName ) : string
typeName this
return string