C# Class NuGet.ManifestSchemaUtility

Exibir arquivo Open project: NuGetPackageExplorer/NuGetPackageExplorer Class Usage Examples

Public Methods

Method Description
GetManifestSchemaSet ( string schemaNamespace ) : XmlSchemaSet
GetSchemaNamespace ( int version ) : string
IsKnownSchema ( string schemaNamespace ) : bool

Method Details

GetManifestSchemaSet() public static method

public static GetManifestSchemaSet ( string schemaNamespace ) : XmlSchemaSet
schemaNamespace string
return System.Xml.Schema.XmlSchemaSet

GetSchemaNamespace() public static method

public static GetSchemaNamespace ( int version ) : string
version int
return string

IsKnownSchema() public static method

public static IsKnownSchema ( string schemaNamespace ) : bool
schemaNamespace string
return bool