RuleList Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
RuleList() | Initializes a new instance of the RuleList class. | |
RuleList(String) | Initializes a new instance of the RuleList class from outer XML. | |
RuleList(array<OpenXmlElement[]) | Initializes a new instance of the RuleList class with the specified child elements. | |
RuleList(IEnumerable<OpenXmlElement>) | Initializes a new instance of the RuleList class with the specified child elements. |
Top