public DataElementAttribute(string elementName, DataElementTypes elementTypes) { this.elementName = elementName; this.elementTypes = elementTypes; }
public DataElementChildSupportedAttribute(DataElementTypes type) { }
public DataElementAttribute(string elementName) { this.elementName = elementName; this.elementTypes = DataElementTypes.All; }