コード例 #1
0
ファイル: MType.cs プロジェクト: msglib/msglib-csharp
 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
ファイル: MType.cs プロジェクト: xuwaters/msglib
 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;
 }