C# Class DiscogsNet.DiscogsAssert

Afficher le fichier Open project: MediaPortal/MPTagThat

Méthodes publiques

Méthode Description
AssertName ( this e, string name ) : void
AssertNames ( this source, string name ) : IEnumerable
AssertNoAttributes ( this e ) : void
AssertNoElements ( this e ) : void
AssertNull ( this src ) : void
AssertOnlyText ( this source ) : IEnumerable
AssertOnlyText ( this e ) : void

Method Details

AssertName() public static méthode

public static AssertName ( this e, string name ) : void
e this
name string
Résultat void

AssertNames() public static méthode

public static AssertNames ( this source, string name ) : IEnumerable
source this
name string
Résultat IEnumerable

AssertNoAttributes() public static méthode

public static AssertNoAttributes ( this e ) : void
e this
Résultat void

AssertNoElements() public static méthode

public static AssertNoElements ( this e ) : void
e this
Résultat void

AssertNull() public static méthode

public static AssertNull ( this src ) : void
src this
Résultat void

AssertOnlyText() public static méthode

public static AssertOnlyText ( this source ) : IEnumerable
source this
Résultat IEnumerable

AssertOnlyText() public static méthode

public static AssertOnlyText ( this e ) : void
e this
Résultat void