C# Class Rebel.Framework.Persistence.AttributeTypeRegistry

A singleton class to resolve the current IAttributeTypeFactory
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
SetCurrent ( IAttributeTypeRegistry attributeTypeRegistry ) : void

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

Private Methods

Méthode Description
AttributeTypeRegistry ( ) : System.Threading

Static constructor sets default registry

Method Details

SetCurrent() public static méthode

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