C# 클래스 AODL.Document.Content.OfficeEvents.EventListener

Summary for EventListener.
상속: IContent, ICloneable
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object

Create a deep clone of this EventListener object.

A possible Attached Style wouldn't be cloned!

EventListener ( IDocument document, XmlNode node ) : System

Initializes a new instance of the EventListener class.

EventListener ( IDocument document, string eventname, string language, string href ) : System

Initializes a new instance of the EventListener class.

보호된 메소드들

메소드 설명
CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

비공개 메소드들

메소드 설명
NewXmlNode ( ) : void

News the XML node.

메소드 상세

Clone() 공개 메소드

Create a deep clone of this EventListener object.
A possible Attached Style wouldn't be cloned!
public Clone ( ) : object
리턴 object

CreateAttribute() 보호된 메소드

Create a XmlAttribute for propertie XmlNode.
protected CreateAttribute ( string name, string text, string prefix ) : void
name string The attribute name.
text string The attribute value.
prefix string The namespace prefix.
리턴 void

EventListener() 공개 메소드

Initializes a new instance of the EventListener class.
public EventListener ( IDocument document, XmlNode node ) : System
document IDocument The document.
node System.Xml.XmlNode The node.
리턴 System

EventListener() 공개 메소드

Initializes a new instance of the EventListener class.
public EventListener ( IDocument document, string eventname, string language, string href ) : System
document IDocument The document.
eventname string The eventname.
language string The language.
href string The href.
리턴 System