Ejemplo n.º 1
0
 public EventInfoDS(EventInfoDS eventinfo)
 {
     this.EventIndex       = eventinfo.EventIndex;
     this.EventImftype     = eventinfo.EventImftype;
     this.StartTime        = eventinfo.StartTime;
     this.EndTime          = eventinfo.EndTime;
     this.InvolvedArea     = eventinfo.InvolvedArea;
     this.MaxDeltaValue    = eventinfo.MaxDeltaValue;
     this.StartBoardIndex  = eventinfo.StartBoardIndex;
     this.EndBoardIndex    = eventinfo.EndBoardIndex;
     this.LastBoardCode    = eventinfo.LastBoardCode;
     this.LastBoardIndex   = eventinfo.LastBoardIndex;
     this.CurrentBoardCode = eventinfo.CurrentBoardCode;
     this.EventHandleStat  = eventinfo.EventHandleStat;
     this.IsHandHandle     = eventinfo.IsHandHandle;
     this.HandHandleTime   = eventinfo.HandHandleTime;
     this.EventLevel       = eventinfo.EventLevel;
 }
Ejemplo n.º 2
0
 public abstract bool InsertEventProfile(EventInfoDS eventprofile);
Ejemplo n.º 3
0
 public override bool InsertEventProfile(EventInfoDS eventprofile)
 {
     throw new NotImplementedException();
 }