C# Класс Castle.ActiveRecord.Framework.Internal.HasManyToAnyModel.Config

I need this class to pass special configuration for the many-to-any
Наследование: IVisitable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Accept ( IVisitor visitor ) : void

Accepts the specified visitor and call the relevant IVisitor.Visit***() method

Приватные методы

Метод Описание
Config ( HasManyToAnyModel parent ) : System

Initializes a new instance of the Config class.

Описание методов

Accept() публичный Метод

Accepts the specified visitor and call the relevant IVisitor.Visit***() method
public Accept ( IVisitor visitor ) : void
visitor IVisitor The visitor.
Результат void