private void SetAllNull() { this.Descending = null; this.vSortBy = SortByValues.Value; this.HasSortBy = false; this.StartRowIndex = 1; this.StartColumnIndex = 1; this.EndRowIndex = 1; this.EndColumnIndex = 1; this.CustomList = null; this.FormatId = null; this.vIconSet = IconSetValues.ThreeArrows; this.HasIconSet = false; this.IconId = null; }
private void SetAllNull() { Descending = null; vSortBy = SortByValues.Value; HasSortBy = false; StartRowIndex = 1; StartColumnIndex = 1; EndRowIndex = 1; EndColumnIndex = 1; CustomList = null; FormatId = null; vIconSet = IconSetValues.ThreeArrows; HasIconSet = false; IconId = null; }
public CarComparer(SortByValues sortBy) { SortBy = sortBy; }