示例#1
0
 void IRelation.UpdateContainsCollection(IRelatableItem parent, AggregateContainsRelationCollectionSpan span)
 {
     if (parent is TParent typedParent)
     {
         UpdateContainsCollection(typedParent, span);
     }
 }
示例#2
0
 /// <inheritdoc cref="IRelation.UpdateContainsCollection"/>
 protected abstract void UpdateContainsCollection(TParent parent, AggregateContainsRelationCollectionSpan span);