Exemple #1
0
 protected AllorsClassDecimalParameter(AllorsStrategy allors)
 {
     this.allors = allors;
 }
Exemple #2
0
 protected AllorsClassDecimalCell(AllorsStrategy allors)
 {
     this.allors = allors;
 }
Exemple #3
0
 protected AllorsClassTable(AllorsStrategy allors)
 {
     this.allors = allors;
 }
Exemple #4
0
 public DateTimeCell(AllorsStrategy allors) : base(allors)
 {
 }
 public StringParameter(AllorsStrategy allors) : base(allors)
 {
 }
Exemple #6
0
 public IntCell(AllorsStrategy allors) : base(allors)
 {
 }
Exemple #7
0
 protected AllorsClassStringCell(AllorsStrategy allors)
 {
     this.allors = allors;
 }
Exemple #8
0
 protected AllorsClassColumn(AllorsStrategy allors)
 {
     this.allors = allors;
 }
Exemple #9
0
 public Row(AllorsStrategy allors) : base(allors)
 {
 }
Exemple #10
0
 public DateTimeParameter(AllorsStrategy allors) : base(allors)
 {
 }
Exemple #11
0
 public Table(AllorsStrategy allors) : base(allors)
 {
 }
Exemple #12
0
 public StringCell(AllorsStrategy allors) : base(allors)
 {
 }
Exemple #13
0
 public Program(AllorsStrategy allors) : base(allors)
 {
 }
Exemple #14
0
 public DecimalParameter(AllorsStrategy allors) : base(allors)
 {
 }
Exemple #15
0
 protected AllorsClassLibrary(AllorsStrategy allors)
 {
     this.allors = allors;
 }
Exemple #16
0
 public Library(AllorsStrategy allors) : base(allors)
 {
 }
Exemple #17
0
 protected AllorsClassDateTimeParameter(AllorsStrategy allors)
 {
     this.allors = allors;
 }
Exemple #18
0
 protected AllorsClassDateTimeCell(AllorsStrategy allors)
 {
     this.allors = allors;
 }
Exemple #19
0
 public DecimalCell(AllorsStrategy allors) : base(allors)
 {
 }
Exemple #20
0
 protected AllorsClassIntParameter(AllorsStrategy allors)
 {
     this.allors = allors;
 }
Exemple #21
0
 public IntParameter(AllorsStrategy allors) : base(allors)
 {
 }
Exemple #22
0
 protected AllorsClassRow(AllorsStrategy allors)
 {
     this.allors = allors;
 }
Exemple #23
0
 protected AllorsClassProgram(AllorsStrategy allors)
 {
     this.allors = allors;
 }
Exemple #24
0
 public Column(AllorsStrategy allors) : base(allors)
 {
 }