protected AllorsClassDecimalParameter(AllorsStrategy allors) { this.allors = allors; }
protected AllorsClassDecimalCell(AllorsStrategy allors) { this.allors = allors; }
protected AllorsClassTable(AllorsStrategy allors) { this.allors = allors; }
public DateTimeCell(AllorsStrategy allors) : base(allors) { }
public StringParameter(AllorsStrategy allors) : base(allors) { }
public IntCell(AllorsStrategy allors) : base(allors) { }
protected AllorsClassStringCell(AllorsStrategy allors) { this.allors = allors; }
protected AllorsClassColumn(AllorsStrategy allors) { this.allors = allors; }
public Row(AllorsStrategy allors) : base(allors) { }
public DateTimeParameter(AllorsStrategy allors) : base(allors) { }
public Table(AllorsStrategy allors) : base(allors) { }
public StringCell(AllorsStrategy allors) : base(allors) { }
public Program(AllorsStrategy allors) : base(allors) { }
public DecimalParameter(AllorsStrategy allors) : base(allors) { }
protected AllorsClassLibrary(AllorsStrategy allors) { this.allors = allors; }
public Library(AllorsStrategy allors) : base(allors) { }
protected AllorsClassDateTimeParameter(AllorsStrategy allors) { this.allors = allors; }
protected AllorsClassDateTimeCell(AllorsStrategy allors) { this.allors = allors; }
public DecimalCell(AllorsStrategy allors) : base(allors) { }
protected AllorsClassIntParameter(AllorsStrategy allors) { this.allors = allors; }
public IntParameter(AllorsStrategy allors) : base(allors) { }
protected AllorsClassRow(AllorsStrategy allors) { this.allors = allors; }
protected AllorsClassProgram(AllorsStrategy allors) { this.allors = allors; }
public Column(AllorsStrategy allors) : base(allors) { }