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