示例#1
0
 public DatasourceType()
 {
     this.queryableDatasourceField = new QueryableDatasourceType();
 }
示例#2
0
 public ProvisionAgreementType()
 {
     this.annotationsField = new List<AnnotationType>();
     this.constraintField = new ConstraintType();
     this.datasourceField = new QueryableDatasourceType();
     this.dataProviderRefField = new DataProviderRefType();
     this.descriptionField = new List<TextType>();
     this.nameField = new List<TextType>();
 }