C# 클래스 nHydrate.Generator.EFDAL.RelationExtension

파일 보기 프로젝트 열기: nHydrate/nHydrate

공개 메소드들

메소드 설명
ChildMultiplicity ( this relation ) : string
GetCodeFkName ( this relation ) : string
GetDatabaseFkName ( this relation ) : string
IsRequired ( this relation ) : bool
ParentMultiplicity ( this relation ) : string

메소드 상세

ChildMultiplicity() 공개 정적인 메소드

public static ChildMultiplicity ( this relation ) : string
relation this
리턴 string

GetCodeFkName() 공개 정적인 메소드

public static GetCodeFkName ( this relation ) : string
relation this
리턴 string

GetDatabaseFkName() 공개 정적인 메소드

public static GetDatabaseFkName ( this relation ) : string
relation this
리턴 string

IsRequired() 공개 정적인 메소드

public static IsRequired ( this relation ) : bool
relation this
리턴 bool

ParentMultiplicity() 공개 정적인 메소드

public static ParentMultiplicity ( this relation ) : string
relation this
리턴 string