C# 클래스 Catel.Services.Test.LocationTestData

Test data which contains the location and time-out.
파일 보기 프로젝트 열기: Catel/Catel

공개 메소드들

메소드 설명
LocationTestData ( ILocation location ) : System

Initializes a new instance of the LocationTestData class. When this constructor is used, no time-out is used and only one location will be available.

LocationTestData ( ILocation location, System.TimeSpan timeSpan ) : System

Initializes a new instance of the LocationTestData class.

메소드 상세

LocationTestData() 공개 메소드

Initializes a new instance of the LocationTestData class. When this constructor is used, no time-out is used and only one location will be available.
public LocationTestData ( ILocation location ) : System
location ILocation
리턴 System

LocationTestData() 공개 메소드

Initializes a new instance of the LocationTestData class.
public LocationTestData ( ILocation location, System.TimeSpan timeSpan ) : System
location ILocation The location.
timeSpan System.TimeSpan The time span.
리턴 System