 | XmlSchemaManagerIsRequiredAttribute Method |
Determines, if the Attribute with the provided name is a required attribute when added to the parent child
combination.
Namespace: Aml.Engine.SchemaAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool IsRequiredAttribute(
XName parentName,
XName childName,
string attributeName
)
Public Function IsRequiredAttribute (
parentName As XName,
childName As XName,
attributeName As String
) As Boolean
public:
bool IsRequiredAttribute(
XName^ parentName,
XName^ childName,
String^ attributeName
)
Parameters
- parentName XName
- Name of the parent.
- childName XName
- Name of the child.
- attributeName String
- Name of the attribute.
Return Value
Booleantrue if the attribute is a required attribute in this parent child combination; otherwise,
false.
See Also