Beispiel #1
0
        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() + ".");
            }
        }
Beispiel #2
0
 public void CheckSemantics(IDslModel existingConcepts)
 {
     DslUtility.CheckIfPropertyBelongsToDataStructure(Property, SqlIndex.DataStructure, this);
 }
Beispiel #3
0
 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);
 }
Beispiel #6
0
 public void CheckSemantics(IDslModel existingConcepts)
 {
     DslUtility.CheckIfPropertyBelongsToDataStructure(ReferenceProperty, RowPermissionsFilters.DataStructure, this);
 }
Beispiel #7
0
 public new void CheckSemantics(IDslModel existingConcepts)
 {
     base.CheckSemantics(existingConcepts);
     DslUtility.CheckIfPropertyBelongsToDataStructure(Group, Property.DataStructure, this);
 }
Beispiel #8
0
 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);
 }