Example #1
0
 public bool Equals(CacheMapping other)
 {
     if (ReferenceEquals(null, other))
     {
         return(false);
     }
     if (ReferenceEquals(this, other))
     {
         return(true);
     }
     return(Equals(other.attributes, attributes) && Equals(other.ContainedEntityType, ContainedEntityType));
 }
Example #2
0
 public virtual void Visit(CacheMapping mapping)
 {
 }
Example #3
0
 public virtual void ProcessCache(CacheMapping mapping)
 {
 }