Exemplo n.º 1
0
 public GovInteractRemarkInfo(int remarkID, int publishmentSystemID, int nodeID, int contentID, EGovInteractRemarkType remarkType, string remark, int departmentID, string userName, DateTime addDate)
 {
     this.remarkID            = remarkID;
     this.publishmentSystemID = publishmentSystemID;
     this.nodeID       = nodeID;
     this.contentID    = contentID;
     this.remarkType   = remarkType;
     this.remark       = remark;
     this.departmentID = departmentID;
     this.userName     = userName;
     this.addDate      = addDate;
 }
Exemplo n.º 2
0
 public static bool Equals(string typeStr, EGovInteractRemarkType type)
 {
     return(Equals(type, typeStr));
 }