Ejemplo n.º 1
0
 public CsdlSemanticsProperty(CsdlSemanticsStructuredTypeDefinition declaringType, CsdlProperty property)
     : base(property)
 {
     this.property = property;
     this.declaringType = declaringType;
 }
Ejemplo n.º 2
0
		public CsdlSemanticsProperty(CsdlSemanticsStructuredTypeDefinition declaringType, CsdlProperty property) : base(property)
		{
			this.typeCache = new Cache<CsdlSemanticsProperty, IEdmTypeReference>();
			this.property = property;
			this.declaringType = declaringType;
		}