C# 클래스 Zetbox.Generator.Extensions.MiscExtensions

파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetCollectionEntryReverseKeyColumnName ( this prop ) : string
GetRelationFkColumnName ( this rel, RelationEndRole endRole ) : string

메소드 상세

GetCollectionEntryClassName() 공개 정적인 메소드

public static GetCollectionEntryClassName ( this prop ) : string
prop this
리턴 string

GetCollectionEntryFullName() 공개 정적인 메소드

public static GetCollectionEntryFullName ( this prop ) : string
prop this
리턴 string

GetCollectionEntryNamespace() 공개 정적인 메소드

public static GetCollectionEntryNamespace ( this prop ) : string
prop this
리턴 string

GetCollectionEntryTable() 공개 정적인 메소드

public static GetCollectionEntryTable ( this prop ) : string
prop this
리턴 string

GetRelationClassName() 공개 정적인 메소드

public static GetRelationClassName ( this rel ) : string
rel this
리턴 string

GetRelationFullName() 공개 정적인 메소드

public static GetRelationFullName ( this rel ) : string
rel this
리턴 string

GetRelationTableName() 공개 정적인 메소드

public static GetRelationTableName ( this rel ) : string
rel this
리턴 string

SerializerReadMethod() 공개 정적인 메소드

public static SerializerReadMethod ( this typeName ) : string
typeName this
리턴 string