C# 클래스 Moo.MappingAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: dclucas/MOO

공개 메소드들

메소드 설명
MappingAttribute ( MappingDirections direction, Type otherType, string otherMemberName ) : System

Initializes a new instance of the MappingAttribute class.

메소드 상세

MappingAttribute() 공개 메소드

Initializes a new instance of the MappingAttribute class.
public MappingAttribute ( MappingDirections direction, Type otherType, string otherMemberName ) : System
direction MappingDirections The mapping direction.
otherType System.Type The type of the other class involved in the mapping.
otherMemberName string Name of the otherType class's member.
리턴 System