C# 클래스 Wia.Tasks.EpiFrameworkUpdateTask

상속: ITask
파일 보기 프로젝트 열기: nansen/wia

공개 메소드들

메소드 설명
DependsUpon ( ) : IEnumerable
Execute ( WebsiteContext context ) : void

비공개 메소드들

메소드 설명
IsReadOnly ( FileAttributes fileAttributes ) : bool
RemoveAttribute ( FileAttributes fileAttributes, FileAttributes attributeToRemove ) : FileAttributes
SetAttribute ( FileAttributes fileAttributes, FileAttributes attributeToSet ) : FileAttributes
UpdateEpiserverFrameworkFile ( WebsiteContext context, long siteId ) : void

메소드 상세

DependsUpon() 공개 메소드

public DependsUpon ( ) : IEnumerable
리턴 IEnumerable

Execute() 공개 메소드

public Execute ( WebsiteContext context ) : void
context Wia.Commands.WebsiteContext
리턴 void