コード例 #1
0
 public WhenConstructedWithoutADirection()
 {
     this.rawValue = "Name";
     this.property = new OrderByProperty(this.rawValue);
 }
コード例 #2
0
 public WhenConstructedWithDesc()
 {
     this.rawValue = "Name desc";
     this.property = new OrderByProperty(this.rawValue);
 }