protected virtual bool SupportsImpl(ExternalGroupAttribute groupAttribute) { var attrType = groupAttribute.GetType(); if (attrType.IsBaseOrTypeOf(typeof (ExternalGroupAttribute))) return true; return false; }
public bool Supports(ExternalGroupAttribute groupAttribute) { return SupportsImpl(groupAttribute); }