C# 클래스 Optimus.Providers.V8JavaScriptEngine.Umbraco.Installer.AddHiddenSegment

상속: IPackageAction
파일 보기 프로젝트 열기: TimGeyssens/BundlingAndMinificationForTheMasses 1 사용 예제들

공개 메소드들

메소드 설명
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 node to the web.config file

SampleXml ( ) : XmlNode

Returns a Sample XML Node In this case the Sample HTTP Module TimingModule

Undo ( string packageName, System xmlData ) : bool

Removes the xmlData node from the web.config file

비공개 메소드들

메소드 설명
GetAttribute ( XmlNode xmlData, string attribute, string &value ) : bool

Get a named attribute from xmlData root node

GetAttributeDefault ( XmlNode xmlData, string attribute, string defaultValue ) : string

Get an optional named attribute from xmlData root node when attribute is unavailable, return the default value

메소드 상세

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 node to the web.config 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 web.config file
리턴 bool

SampleXml() 공개 메소드

Returns a Sample XML Node In this case the Sample HTTP Module TimingModule
public SampleXml ( ) : XmlNode
리턴 System.Xml.XmlNode

Undo() 공개 메소드

Removes the xmlData node from the web.config file
public Undo ( string packageName, System xmlData ) : bool
packageName string Name of the package that we install
xmlData System The data that must be appended to the web.config file
리턴 bool