示例#1
0
 public DataProviderRefType()
 {
     this.constraintField = new ConstraintType();
     this.datasourceField = new DatasourceType();
 }
示例#2
0
 public ProvisionAgreementRefType()
 {
     this.constraintField = new ConstraintType();
     this.datasourceField = new DatasourceType();
 }
示例#3
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>();
 }
示例#4
0
 public MetadataflowRefType()
 {
     this.constraintField = new ConstraintType();
     this.datasourceField = new DatasourceType();
 }