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