public void CheckSemantics(IDslModel existingConcepts) { DslUtility.CheckIfPropertyBelongsToDataStructure(Property, IsSubtypeOf.Supertype, this); if (!(Dependency_ImplementationView is ExtensibleSubtypeSqlViewInfo)) { throw new DslSyntaxException(this, "This property implementation cannot be used together with '" + Dependency_ImplementationView.GetUserDescription() + "'. Use either " + this.GetKeywordOrTypeName() + " or " + Dependency_ImplementationView.GetKeywordOrTypeName() + "."); } }
public void CheckSemantics(IDslModel existingConcepts) { DslUtility.CheckIfPropertyBelongsToDataStructure(Property, SqlIndex.DataStructure, this); }
public void CheckSemantics(IDslModel existingConcepts) { DslUtility.CheckIfPropertyBelongsToDataStructure(MarkProperty, InvalidData.Source, this); }
public void CheckSemantics(IEnumerable <IConceptInfo> concepts) { DslUtility.CheckIfPropertyBelongsToDataStructure(Group, Property.DataStructure, this); }
public void CheckSemantics(IEnumerable <IConceptInfo> existingConcepts) { DslUtility.CheckIfPropertyBelongsToDataStructure(Property, Lock.Source, this); }
public void CheckSemantics(IDslModel existingConcepts) { DslUtility.CheckIfPropertyBelongsToDataStructure(ReferenceProperty, RowPermissionsFilters.DataStructure, this); }
public new void CheckSemantics(IDslModel existingConcepts) { base.CheckSemantics(existingConcepts); DslUtility.CheckIfPropertyBelongsToDataStructure(Group, Property.DataStructure, this); }
public new void CheckSemantics(IDslModel existingConcepts) { base.CheckSemantics(existingConcepts); DslUtility.CheckIfPropertyBelongsToDataStructure(PreviousIndexProperty.Property, SqlIndex.DataStructure, this); }
public new void CheckSemantics(IEnumerable <IConceptInfo> concepts) { base.CheckSemantics(concepts); DslUtility.CheckIfPropertyBelongsToDataStructure(PreviousIndexProperty.Property, SqlIndex.DataStructure, this); }