C# 클래스 Cornerstone.Database.DBRelation

파일 보기 프로젝트 열기: damienhaynes/moving-pictures 1 사용 예제들

공개 메소드들

메소드 설명
GetRelation ( Type primaryType, Type secondaryType, string identifier ) : DBRelation
GetRelationList ( DatabaseTable dbObject ) : IRelationList
GetRelations ( Type primaryType ) : ReadOnlyCollection

비공개 메소드들

메소드 설명
DBRelation ( ) : System
loadRelations ( Type primaryType ) : void

메소드 상세

GetRelation() 공개 정적인 메소드

public static GetRelation ( Type primaryType, Type secondaryType, string identifier ) : DBRelation
primaryType System.Type
secondaryType System.Type
identifier string
리턴 DBRelation

GetRelationList() 공개 메소드

public GetRelationList ( DatabaseTable dbObject ) : IRelationList
dbObject Cornerstone.Database.Tables.DatabaseTable
리턴 IRelationList

GetRelations() 공개 정적인 메소드

public static GetRelations ( Type primaryType ) : ReadOnlyCollection
primaryType System.Type
리턴 ReadOnlyCollection