C# Class Serenity.Data.Mapping.LinkingSetRelationAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: volkanceylan/Serenity Class Usage Examples

Public Methods

Method Description
LinkingSetRelationAttribute ( Type rowType, string thisKey, string itemKey ) : System

Declares a linking set relation

Method Details

LinkingSetRelationAttribute() public method

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
return System