C# 클래스 AK.F1.Timing.Model.Driver.AssertExtensions

파일 보기 프로젝트 열기: simoneb/ak-f1-timing

공개 메소드들

메소드 설명
Empty ( this assert, DriverModel model ) : void
Empty ( this assert, LapTimesModel model ) : void
Empty ( this assert, PostedTimeCollectionModel model ) : void
Empty ( this assert, QuallyTimesModel model ) : void
NotEmpty ( this assert, PostedTimeCollectionModel model ) : void

메소드 상세

Empty() 공개 정적인 메소드

public static Empty ( this assert, DriverModel model ) : void
assert this
model DriverModel
리턴 void

Empty() 공개 정적인 메소드

public static Empty ( this assert, LapTimesModel model ) : void
assert this
model LapTimesModel
리턴 void

Empty() 공개 정적인 메소드

public static Empty ( this assert, PostedTimeCollectionModel model ) : void
assert this
model AK.F1.Timing.Model.Collections.PostedTimeCollectionModel
리턴 void

Empty() 공개 정적인 메소드

public static Empty ( this assert, QuallyTimesModel model ) : void
assert this
model QuallyTimesModel
리턴 void

NotEmpty() 공개 정적인 메소드

public static NotEmpty ( this assert, PostedTimeCollectionModel model ) : void
assert this
model AK.F1.Timing.Model.Collections.PostedTimeCollectionModel
리턴 void