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
Type | Name |
---|---|
System.Collections.Generic.ICollection<System.Type> | operationTypes |
GetXsd(XmlSchemaSet)
View Source
Declaration
public static string GetXsd(XmlSchemaSet schemaSet)
Returns
System.String
Parameters
Type | Name |
---|---|
System.Xml.Schema.XmlSchemaSet | schemaSet |
GetXsd(Type)
View Source
Declaration
public static string GetXsd(Type operationType)
Returns
System.String
Parameters
Type | Name |
---|---|
System.Type | operationType |