C# 클래스 Felinesoft.UmbracoCodeFirst.Core.Modules.PreValueCacheModule

상속: IPreValueCacheModule
파일 보기 프로젝트 열기: DanMannMann/UmbracoCodeFirst

공개 메소드들

메소드 설명
Get ( DataTypeRegistration registration ) : IReadOnlyList

Gets the prevalues for a specified data type

Initialise ( IEnumerable classes ) : void
PreValueCacheModule ( IDataTypeModule dataTypeModule, IDataTypeService service ) : System

비공개 메소드들

메소드 설명
DataTypeService_Saved ( Umbraco sender, Umbraco e ) : void
GetPreValues ( int dataTypeId ) : List

메소드 상세

Get() 공개 메소드

Gets the prevalues for a specified data type
public Get ( DataTypeRegistration registration ) : IReadOnlyList
registration DataTypeRegistration
리턴 IReadOnlyList

Initialise() 공개 메소드

public Initialise ( IEnumerable classes ) : void
classes IEnumerable
리턴 void

PreValueCacheModule() 공개 메소드

public PreValueCacheModule ( IDataTypeModule dataTypeModule, IDataTypeService service ) : System
dataTypeModule IDataTypeModule
service IDataTypeService
리턴 System