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