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