C# 클래스 DiscogsNet.DiscogsAssert

파일 보기 프로젝트 열기: MediaPortal/MPTagThat

공개 메소드들

메소드 설명
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