public IntegrityMappingAttribute(Type parentType, IntegrityMappingOption option, params Type[] allowedChildTypes)
     : this(parentType)
 {
     this.parentType = parentType;
     this.option = option;
     Types = allowedChildTypes;
 }
 public IntegrityMappingAttribute(Type parentType, IntegrityMappingOption option, params Type[] allowedChildTypes)
     : this(parentType)
 {
     this.parentType = parentType;
     this.option     = option;
     Types           = allowedChildTypes;
 }