C# Класс Rebel.Framework.Persistence.AttributeTypeRegistry

A singleton class to resolve the current IAttributeTypeFactory
Показать файл Открыть проект

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

Метод Описание
SetCurrent ( IAttributeTypeRegistry attributeTypeRegistry ) : void

Sets the passed in IAttributeTypeRegistry to be the current one resolved from the Current property

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

Метод Описание
AttributeTypeRegistry ( ) : System.Threading

Static constructor sets default registry

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

SetCurrent() публичный статический Метод

Sets the passed in IAttributeTypeRegistry to be the current one resolved from the Current property
public static SetCurrent ( IAttributeTypeRegistry attributeTypeRegistry ) : void
attributeTypeRegistry IAttributeTypeRegistry
Результат void