C# 클래스 Kentico.KInspector.Modules.SiteTemplatesModule

상속: IModule
파일 보기 프로젝트 열기: Kentico/KInspector

공개 메소드들

메소드 설명
GetModuleMetadata ( ) : Kentico.KInspector.Core.ModuleMetadata
GetResults ( IInstanceInfo instanceInfo ) : ModuleResults

보호된 메소드들

메소드 설명
GetTableForTemplateResult ( string tableName ) : DataTable
GetTemplateWebPartsFromXML ( string xml ) : TemplateWebParts
GetWebPartPropertyValue ( WebPart wp, string propertyName ) : string

메소드 상세

GetModuleMetadata() 공개 메소드

public GetModuleMetadata ( ) : Kentico.KInspector.Core.ModuleMetadata
리턴 Kentico.KInspector.Core.ModuleMetadata

GetResults() 공개 메소드

public GetResults ( IInstanceInfo instanceInfo ) : ModuleResults
instanceInfo IInstanceInfo
리턴 Kentico.KInspector.Core.ModuleResults

GetTableForTemplateResult() 보호된 메소드

protected GetTableForTemplateResult ( string tableName ) : DataTable
tableName string
리턴 System.Data.DataTable

GetTemplateWebPartsFromXML() 보호된 메소드

protected GetTemplateWebPartsFromXML ( string xml ) : TemplateWebParts
xml string
리턴 TemplateWebParts

GetWebPartPropertyValue() 보호된 메소드

protected GetWebPartPropertyValue ( WebPart wp, string propertyName ) : string
wp WebPart
propertyName string
리턴 string