C# 클래스 KBS2.Handlers.WallHandler

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

공개 메소드들

메소드 설명
GetAllWallCorners ( ) : IList
GetAllWalls ( ) : IList
GetInstance ( ) : WallHandler
GetWallBy ( WallMatchDelegate match ) : Wall
GetWallCornerBy ( CornerMatchDelegate match ) : Corner
GetWallCornerByID ( uint id ) : Corner
GetWallCornersBy ( CornerMatchDelegate match ) : List
GetWallsBy ( WallMatchDelegate match ) : List
LoadFromDatabase ( ) : void
ReplaceWall ( Wall oldWall, Wall newWall ) : void
ReplaceWallCorner ( Corner oldCorner, Corner newCorner ) : void

비공개 메소드들

메소드 설명
EventCornerChanged ( object sender, EventArgs e ) : void
EventCornerCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
EventWallChanged ( object sender, EventArgs e ) : void
EventWallCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
WallHandler ( ) : System

메소드 상세

GetAllWallCorners() 공개 메소드

public GetAllWallCorners ( ) : IList
리턴 IList

GetAllWalls() 공개 메소드

public GetAllWalls ( ) : IList
리턴 IList

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : WallHandler
리턴 WallHandler

GetWallBy() 공개 메소드

public GetWallBy ( WallMatchDelegate match ) : Wall
match WallMatchDelegate
리턴 Wall

GetWallCornerBy() 공개 메소드

public GetWallCornerBy ( CornerMatchDelegate match ) : Corner
match CornerMatchDelegate
리턴 Corner

GetWallCornerByID() 공개 메소드

public GetWallCornerByID ( uint id ) : Corner
id uint
리턴 Corner

GetWallCornersBy() 공개 메소드

public GetWallCornersBy ( CornerMatchDelegate match ) : List
match CornerMatchDelegate
리턴 List

GetWallsBy() 공개 메소드

public GetWallsBy ( WallMatchDelegate match ) : List
match WallMatchDelegate
리턴 List

LoadFromDatabase() 공개 메소드

public LoadFromDatabase ( ) : void
리턴 void

ReplaceWall() 공개 메소드

public ReplaceWall ( Wall oldWall, Wall newWall ) : void
oldWall Wall
newWall Wall
리턴 void

ReplaceWallCorner() 공개 메소드

public ReplaceWallCorner ( Corner oldCorner, Corner newCorner ) : void
oldCorner Corner
newCorner Corner
리턴 void