Skip to main content

XsdUtils

Assembly: ServiceStack.dll
View Source
Declaration
public class XsdUtils

Methods

GetXmlSchemaSet(ICollection<Type>)

View Source
Declaration
public static XmlSchemaSet GetXmlSchemaSet(ICollection<Type> operationTypes)
Returns

System.Xml.Schema.XmlSchemaSet

Parameters
TypeName
System.Collections.Generic.ICollection<System.Type>operationTypes

GetXsd(XmlSchemaSet)

View Source
Declaration
public static string GetXsd(XmlSchemaSet schemaSet)
Returns

System.String

Parameters
TypeName
System.Xml.Schema.XmlSchemaSetschemaSet

GetXsd(Type)

View Source
Declaration
public static string GetXsd(Type operationType)
Returns

System.String

Parameters
TypeName
System.TypeoperationType