public SubclassMapping(SubclassType subclassType)
     : this(subclassType, new AttributeStore())
 {
 }
Example #2
0
 public bool Equals(SubclassType other)
 {
     return Equals(other.elementName, elementName);
 }