Example #1
0
 public Prepare(PrepareType type, string tag, string[] name, object value)
 {
     this.type  = type;
     this.tag   = tag;
     this.name  = name;
     this.value = value;
 }
 public void Normalize()
 {
     this.PrepareType   = PrepareType?.Trim();
     this.PrepareStatus = PrepareStatus?.Trim();
 }