C# Class Cornerstone.Database.DBRelation

Afficher le fichier Open project: damienhaynes/moving-pictures Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
DBRelation ( ) : System
loadRelations ( Type primaryType ) : void

Method Details

GetRelation() public static méthode

public static GetRelation ( Type primaryType, Type secondaryType, string identifier ) : DBRelation
primaryType System.Type
secondaryType System.Type
identifier string
Résultat DBRelation

GetRelationList() public méthode

public GetRelationList ( DatabaseTable dbObject ) : IRelationList
dbObject Cornerstone.Database.Tables.DatabaseTable
Résultat IRelationList

GetRelations() public static méthode

public static GetRelations ( Type primaryType ) : ReadOnlyCollection
primaryType System.Type
Résultat ReadOnlyCollection