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