C# Класс DiscogsNet.DiscogsAssert

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AssertName() публичный статический Метод

public static AssertName ( this e, string name ) : void
e this
name string
Результат void

AssertNames() публичный статический Метод

public static AssertNames ( this source, string name ) : IEnumerable
source this
name string
Результат IEnumerable

AssertNoAttributes() публичный статический Метод

public static AssertNoAttributes ( this e ) : void
e this
Результат void

AssertNoElements() публичный статический Метод

public static AssertNoElements ( this e ) : void
e this
Результат void

AssertNull() публичный статический Метод

public static AssertNull ( this src ) : void
src this
Результат void

AssertOnlyText() публичный статический Метод

public static AssertOnlyText ( this source ) : IEnumerable
source this
Результат IEnumerable

AssertOnlyText() публичный статический Метод

public static AssertOnlyText ( this e ) : void
e this
Результат void