C# 클래스 Vanjaro.Core.Factories.PortalFactory

파일 보기 프로젝트 열기: vanjarosoftware/Vanjaro.Platform

공개 메소드들

메소드 설명
DeleteCustomBlocks ( int PortalID ) : void
DeletePages ( int PortalID ) : void
DeleteSetting ( int PortalID ) : void
DeleteWorkflows ( int PortalID ) : void

메소드 상세

DeleteCustomBlocks() 공개 정적인 메소드

public static DeleteCustomBlocks ( int PortalID ) : void
PortalID int
리턴 void

DeletePages() 공개 정적인 메소드

public static DeletePages ( int PortalID ) : void
PortalID int
리턴 void

DeleteSetting() 공개 정적인 메소드

public static DeleteSetting ( int PortalID ) : void
PortalID int
리턴 void

DeleteWorkflows() 공개 정적인 메소드

public static DeleteWorkflows ( int PortalID ) : void
PortalID int
리턴 void