Пример #1
0
 internal MAction(int moduleid, int actionid, string name, MActionType type, int seqid)
     : this()
 {
     this.ModuleID = moduleid;
     this.ActionID = actionid;
     this.Name = name;
     this.Type = type;
     this.SeqID = seqid;
 }
Пример #2
0
 internal MAction(int moduleid, int actionid, string name, MActionType type, int seqid)
     : this()
 {
     this.ModuleID = moduleid;
     this.ActionID = actionid;
     this.Name     = name;
     this.Type     = type;
     this.SeqID    = seqid;
 }