C# 클래스 Orchard.Core.Settings.Descriptor.ShellDescriptorManager

상속: IShellDescriptorManager
파일 보기 프로젝트 열기: ucdavis/Orchard

공개 메소드들

메소드 설명
GetShellDescriptor ( ) : Orchard.Environment.Descriptor.Models.ShellDescriptor
ShellDescriptorManager ( IRepository shellDescriptorRepository, IShellDescriptorManagerEventHandler events, ShellSettings shellSettings ) : System
UpdateShellDescriptor ( int priorSerialNumber, IEnumerable enabledFeatures, IEnumerable parameters ) : void

비공개 메소드들

메소드 설명
GetDescriptorRecord ( ) : Orchard.Core.Settings.Descriptor.Records.ShellDescriptorRecord
GetShellDescriptorFromRecord ( Orchard.Core.Settings.Descriptor.Records.ShellDescriptorRecord shellDescriptorRecord ) : Orchard.Environment.Descriptor.Models.ShellDescriptor

메소드 상세

GetShellDescriptor() 공개 메소드

public GetShellDescriptor ( ) : Orchard.Environment.Descriptor.Models.ShellDescriptor
리턴 Orchard.Environment.Descriptor.Models.ShellDescriptor

ShellDescriptorManager() 공개 메소드

public ShellDescriptorManager ( IRepository shellDescriptorRepository, IShellDescriptorManagerEventHandler events, ShellSettings shellSettings ) : System
shellDescriptorRepository IRepository
events IShellDescriptorManagerEventHandler
shellSettings Orchard.Environment.Configuration.ShellSettings
리턴 System

UpdateShellDescriptor() 공개 메소드

public UpdateShellDescriptor ( int priorSerialNumber, IEnumerable enabledFeatures, IEnumerable parameters ) : void
priorSerialNumber int
enabledFeatures IEnumerable
parameters IEnumerable
리턴 void