C# 클래스 Optimus.Umbraco.Installer.AddUIPackageAction

상속: IPackageAction
파일 보기 프로젝트 열기: TimGeyssens/BundlingAndMinificationForTheMasses

공개 메소드들

메소드 설명
Alias ( ) : string

This Alias must be unique and is used as an identifier that must match the alias in the package action XML

Execute ( string packageName, XmlNode xmlData ) : bool

Append the xmlData nodes to the UI.xml file

SampleXml ( ) : XmlNode
Undo ( string packageName, XmlNode xmlData ) : bool

비공개 메소드들

메소드 설명
getUser ( ) : umbraco.BusinessLogic.User

메소드 상세

Alias() 공개 메소드

This Alias must be unique and is used as an identifier that must match the alias in the package action XML
public Alias ( ) : string
리턴 string

Execute() 공개 메소드

Append the xmlData nodes to the UI.xml file
public Execute ( string packageName, XmlNode xmlData ) : bool
packageName string Name of the package that we install
xmlData System.Xml.XmlNode The data that must be appended to the UI.xml file
리턴 bool

SampleXml() 공개 메소드

public SampleXml ( ) : XmlNode
리턴 System.Xml.XmlNode

Undo() 공개 메소드

public Undo ( string packageName, XmlNode xmlData ) : bool
packageName string
xmlData System.Xml.XmlNode
리턴 bool