Exemplo n.º 1
0
 public void AddAnnotation(CsdlDirectValueAnnotation annotation)
 {
     this.AddUntypedAnnotation(annotation);
 }
		public CsdlSemanticsDirectValueAnnotation(CsdlDirectValueAnnotation annotation, CsdlSemanticsModel model) : base(annotation)
		{
			this.valueCache = new Cache<CsdlSemanticsDirectValueAnnotation, IEdmValue>();
			this.annotation = annotation;
			this.model = model;
		}