C# 클래스 KBS2.Handlers.LocationHandler

파일 보기 프로젝트 열기: Railec/SE1cKBS2 1 사용 예제들

공개 메소드들

메소드 설명
AddLocation ( Location location ) : bool
DeleteLocation ( Location location ) : void
GetAllLocations ( ) : IList
GetInstance ( ) : LocationHandler
GetLocationBy ( LocationMatchDelegate match ) : Location
GetLocationsBy ( LocationMatchDelegate match ) : List
GetNames ( ) : List
LoadLocations ( ) : void

비공개 메소드들

메소드 설명
EventLocationChanged ( object sender, EventArgs e ) : void
EventLocationCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
LocationHandler ( ) : System

메소드 상세

AddLocation() 공개 메소드

public AddLocation ( Location location ) : bool
location Location A location object as a parameter of this method. It is being added to the list of locations.
리턴 bool

DeleteLocation() 공개 메소드

public DeleteLocation ( Location location ) : void
location Location Location object which is needed for knowing which location has to be deleted.
리턴 void

GetAllLocations() 공개 메소드

public GetAllLocations ( ) : IList
리턴 IList

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : LocationHandler
리턴 LocationHandler

GetLocationBy() 공개 메소드

public GetLocationBy ( LocationMatchDelegate match ) : Location
match LocationMatchDelegate Checks if the locations are the same, or not.
리턴 Location

GetLocationsBy() 공개 메소드

public GetLocationsBy ( LocationMatchDelegate match ) : List
match LocationMatchDelegate Checks if the locations are the same, or not.
리턴 List

GetNames() 공개 메소드

public GetNames ( ) : List
리턴 List

LoadLocations() 공개 메소드

public LoadLocations ( ) : void
리턴 void