C# Класс Moo.MappingAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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