コード例 #1
0
 // Default contructor that set entity to field
 public StatusParameterModel(StatusParameter statusparameter)
 {
     this._status_parameter = statusparameter;
     this._id = statusparameter.Id;
     this._name = statusparameter.Name;
     this._type = statusparameter.Type;
     this._originalStatusParameter = statusparameter.DeepClone();
 }