C# Class NuGet.ManifestSchemaUtility

Afficher le fichier Open project: NuGetPackageExplorer/NuGetPackageExplorer Class Usage Examples

Méthodes publiques

Méthode Description
GetManifestSchemaSet ( string schemaNamespace ) : XmlSchemaSet
GetSchemaNamespace ( int version ) : string
IsKnownSchema ( string schemaNamespace ) : bool

Method Details

GetManifestSchemaSet() public static méthode

public static GetManifestSchemaSet ( string schemaNamespace ) : XmlSchemaSet
schemaNamespace string
Résultat System.Xml.Schema.XmlSchemaSet

GetSchemaNamespace() public static méthode

public static GetSchemaNamespace ( int version ) : string
version int
Résultat string

IsKnownSchema() public static méthode

public static IsKnownSchema ( string schemaNamespace ) : bool
schemaNamespace string
Résultat bool