C# 클래스 Serenity.Data.Mapping.LinkingSetRelationAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: volkanceylan/Serenity 1 사용 예제들

공개 메소드들

메소드 설명
LinkingSetRelationAttribute ( Type rowType, string thisKey, string itemKey ) : System

Declares a linking set relation

메소드 상세

LinkingSetRelationAttribute() 공개 메소드

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
리턴 System