C# Class Cornerstone.Database.DBRelation

ファイルを表示 Open project: damienhaynes/moving-pictures Class Usage Examples

Public Methods

Method Description
GetRelation ( Type primaryType, Type secondaryType, string identifier ) : DBRelation
GetRelationList ( DatabaseTable dbObject ) : IRelationList
GetRelations ( Type primaryType ) : ReadOnlyCollection

Private Methods

Method Description
DBRelation ( ) : System
loadRelations ( Type primaryType ) : void

Method Details

GetRelation() public static method

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

GetRelationList() public method

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

GetRelations() public static method

public static GetRelations ( Type primaryType ) : ReadOnlyCollection
primaryType System.Type
return ReadOnlyCollection