C# 클래스 Rebel.Framework.Persistence.AttributeTypeRegistry

A singleton class to resolve the current IAttributeTypeFactory
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
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