コード例 #1
0
 public CsdlSemanticsDirectValueAnnotation(CsdlDirectValueAnnotation annotation, CsdlSemanticsModel model)
     : base(annotation)
 {
     this.annotation = annotation;
     this.model      = model;
 }
コード例 #2
0
 public CsdlSemanticsDirectValueAnnotation(CsdlDirectValueAnnotation annotation, CsdlSemanticsModel model) : base(annotation)
 {
     this.valueCache = new Cache <CsdlSemanticsDirectValueAnnotation, IEdmValue>();
     this.annotation = annotation;
     this.model      = model;
 }