C# Class Rebel.Framework.Persistence.AttributeTypeRegistry

A singleton class to resolve the current IAttributeTypeFactory
Show file Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
SetCurrent ( IAttributeTypeRegistry attributeTypeRegistry ) : void

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

Private Methods

Method Description
AttributeTypeRegistry ( ) : System.Threading

Static constructor sets default registry

Method Details

SetCurrent() public static method

Sets the passed in IAttributeTypeRegistry to be the current one resolved from the Current property
public static SetCurrent ( IAttributeTypeRegistry attributeTypeRegistry ) : void
attributeTypeRegistry IAttributeTypeRegistry
return void