Schema Class |
Docentric Toolkit Help
Send Feedback |
Represents an XML schema of a data source.
System.Object
Docentric.Documents.Reporting.TemplateManagement.Metadata.SchemaBase
Docentric.Documents.Reporting.TemplateManagement.Metadata.Xml.Schema
Assembly: Docentric.Documents.Reporting (in Docentric.Documents.Reporting.dll)
public class Schema : SchemaBase
The Schema type exposes the following members.
Name | Description | |
---|---|---|
Origin | Gets the value that indicates how the schema was created. | |
SourceFilePath | Gets or sets the path (absolute or relative) of the sample XML or XSD file that was used to create this schema. |
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object) | |
FromSampleXml(String, XElement) | Creates an XML Schema object by infering the schema information from the given sample XML. | |
FromSampleXml(XElement) | Creates an XML Schema object by infering the schema information from the given sample XML. | |
FromSampleXml(String, Stream) | Creates an XML Schema object by infering the schema information from the given sample XML. | |
FromSampleXml(Stream) | Creates an XML Schema object by infering the schema information from the given sample XML. | |
FromXsd(String, Stream, Stream[]) | Creates an XML Schema object by providing the XSD document and any referenced XSDs. | |
FromXsd(Stream, Stream[]) | Creates an XML Schema object by providing the XSD document and any referenced XSDs. | |
FromXsd(String, XElement, XElement[]) | Creates an XML Schema object by providing the XSD document and any referenced XSDs. | |
FromXsd(XElement, XElement[]) | Creates an XML Schema object by providing the XSD document and any referenced XSDs. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | Returns a String that represents the current Object. (Inherited from Object) |