C# Class DiscogsNet.DiscogsAssert

Show file Open project: MediaPortal/MPTagThat

Public Methods

Method 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 method

public static AssertName ( this e, string name ) : void
e this
name string
return void

AssertNames() public static method

public static AssertNames ( this source, string name ) : IEnumerable
source this
name string
return IEnumerable

AssertNoAttributes() public static method

public static AssertNoAttributes ( this e ) : void
e this
return void

AssertNoElements() public static method

public static AssertNoElements ( this e ) : void
e this
return void

AssertNull() public static method

public static AssertNull ( this src ) : void
src this
return void

AssertOnlyText() public static method

public static AssertOnlyText ( this source ) : IEnumerable
source this
return IEnumerable

AssertOnlyText() public static method

public static AssertOnlyText ( this e ) : void
e this
return void