C# Class Serenity.Data.Mapping.LinkingSetRelationAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: volkanceylan/Serenity Class Usage Examples

Méthodes publiques

Méthode Description
LinkingSetRelationAttribute ( Type rowType, string thisKey, string itemKey ) : System

Declares a linking set relation

Method Details

LinkingSetRelationAttribute() public méthode

Declares a linking set relation
public LinkingSetRelationAttribute ( Type rowType, string thisKey, string itemKey ) : System
rowType System.Type Linking row type
thisKey string Name of the field in linking row that corresponds to ID in this table
itemKey string Name of the field in linking row that will hold item values in list
Résultat System