C# Class OakIdeas.EBook.EPUB.Elements.TriggerElement

Inheritance: OakIdeas.EBook.EPUB.BaseElement
ファイルを表示 Open project: oakcool/OakIdeas.EBook

Public Methods

Method Description
TriggerElement ( string prefix, string reference, string nameSpace ) : System
TriggerElement ( string action, string refValue, string eventValue, string observer ) : System
TriggerElement ( string id, string action, string refValue, string eventValue, string observer ) : System

Private Methods

Method Description
TriggerElement ( ) : System

Method Details

TriggerElement() public method

public TriggerElement ( string prefix, string reference, string nameSpace ) : System
prefix string
reference string
nameSpace string
return System

TriggerElement() public method

public TriggerElement ( string action, string refValue, string eventValue, string observer ) : System
action string
refValue string
eventValue string
observer string
return System

TriggerElement() public method

public TriggerElement ( string id, string action, string refValue, string eventValue, string observer ) : System
id string
action string
refValue string
eventValue string
observer string
return System