Exemple #1
0
 /// <summary>
 /// 普通工作
 /// </summary>
 /// <param name="nodeid">节点ID</param>
 /// <param name="_oid">OID</param>
 public GEWork(int nodeid, string nodeFrmID, Int64 _oid)
 {
     this.NodeFrmID = nodeFrmID;
     this.NodeID    = nodeid;
     this.OID       = _oid;
     this.SQLCash   = null;
 }
Exemple #2
0
 /// <summary>
 /// 普通工作
 /// </summary>
 /// <param name="nodeid">节点ID</param>
 /// <param name="_oid">OID</param>
 public GEWork(int nodeid, Int64 _oid)
 {
     this.NodeID  = nodeid;
     this.OID     = _oid;
     this.SQLCash = null;
 }
Exemple #3
0
 /// <summary>
 /// 普通工作
 /// </summary>
 /// <param name="nodeid">节点ID</param>
 public GEWork(int nodeid)
 {
     this.NodeID  = nodeid;
     this.SQLCash = null;
 }
Exemple #4
0
 /// <summary>
 /// 普通工作
 /// </summary>
 /// <param name="nodeid">节点ID</param>
 public GEWork(int nodeid, string nodeFrmID)
 {
     this.NodeFrmID = nodeFrmID;
     this.NodeID    = nodeid;
     this.SQLCash   = null;
 }