menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class XsdGenerator - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class XsdGenerator

    Summary description for XSDSchemeGenerator.

    Inheritance
    System.Object
    XsdGenerator
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.DLS
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public class XsdGenerator

    Constructors

    XsdGenerator()

    Declaration
    public XsdGenerator()

    Fields

    DEF_DLS_RESOURCES

    Declaration
    protected const string DEF_DLS_RESOURCES = "Syncfusion.DLS.Resources"
    Field Value
    Type
    System.String

    Methods

    GenerateDLSSchema()

    Declaration
    public XmlSchema GenerateDLSSchema()
    Returns
    Type
    System.Xml.Schema.XmlSchema

    GenerateSchema(XmlDocument)

    Declaration
    public XmlSchema GenerateSchema(XmlDocument metaSchema)
    Parameters
    Type Name Description
    System.Xml.XmlDocument metaSchema
    Returns
    Type
    System.Xml.Schema.XmlSchema

    GetDLSLocalSchema()

    Declaration
    public static XmlSchema GetDLSLocalSchema()
    Returns
    Type
    System.Xml.Schema.XmlSchema

    GetDLSResourceStream(String)

    Declaration
    protected static Stream GetDLSResourceStream(string resName)
    Parameters
    Type Name Description
    System.String resName
    Returns
    Type
    System.IO.Stream

    GetResourceStream(String, String)

    Declaration
    protected virtual Stream GetResourceStream(string resName, string resNamespace)
    Parameters
    Type Name Description
    System.String resName
    System.String resNamespace
    Returns
    Type
    System.IO.Stream

    LoadXmlDocument(Stream)

    Declaration
    protected static XmlDocument LoadXmlDocument(Stream stream)
    Parameters
    Type Name Description
    System.IO.Stream stream
    Returns
    Type
    System.Xml.XmlDocument

    OnValidation(Object, ValidationEventArgs)

    Declaration
    protected static void OnValidation(object sender, ValidationEventArgs args)
    Parameters
    Type Name Description
    System.Object sender
    System.Xml.Schema.ValidationEventArgs args
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved