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