C# Class Moo.MappingAttribute

Inheritance: System.Attribute
显示文件 Open project: dclucas/MOO

Public Methods

Method Description
MappingAttribute ( MappingDirections direction, Type otherType, string otherMemberName ) : System

Initializes a new instance of the MappingAttribute class.

Method Details

MappingAttribute() public method

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