C# 클래스 Microsoft.Zing.ZingEvent

This is the abstract class from which all Zing events are derived. State.GetEvents
The base class provides the properties StepNumber and ProcName which are common to all events.
파일 보기 프로젝트 열기: ZingModelChecker/Zing

공개 메소드들

메소드 설명
ToXml ( XmlElement parent ) : void

보호된 메소드들

메소드 설명
AddBaseData ( XmlElement element ) : void
ZingEvent ( ZingSourceContext context, ZingAttribute contextAttribute ) : System
ZingEvent ( ZingSourceContext context, ZingAttribute contextAttribute, int SerialNum ) : System

메소드 상세

AddBaseData() 보호된 메소드

protected AddBaseData ( XmlElement element ) : void
element System.Xml.XmlElement
리턴 void

ToXml() 공개 추상적인 메소드

public abstract ToXml ( XmlElement parent ) : void
parent System.Xml.XmlElement
리턴 void

ZingEvent() 보호된 메소드

protected ZingEvent ( ZingSourceContext context, ZingAttribute contextAttribute ) : System
context ZingSourceContext
contextAttribute ZingAttribute
리턴 System

ZingEvent() 보호된 메소드

protected ZingEvent ( ZingSourceContext context, ZingAttribute contextAttribute, int SerialNum ) : System
context ZingSourceContext
contextAttribute ZingAttribute
SerialNum int
리턴 System