C# 클래스 UI.Objects.Security.GUI_SecurityRecordsEntriesPage

상속: NetPage
파일 보기 프로젝트 열기: unitystation/unitystation

공개 메소드들

메소드 설명
NewRecord ( ) : void
OnOpen ( UI.Objects.Security.GUI_SecurityRecords recordsTab ) : void
RemoveID ( ConnectedPlayer player ) : void
Search ( string searchText ) : void

Searches for records containing specific text. All ToLower() might be slow, but otherwise search would be case-sensitive

UpdateTab ( ) : void

비공개 메소드들

메소드 설명
ResetList ( ) : void

Reseting list - removing all search conditions.

메소드 상세

NewRecord() 공개 메소드

public NewRecord ( ) : void
리턴 void

OnOpen() 공개 메소드

public OnOpen ( UI.Objects.Security.GUI_SecurityRecords recordsTab ) : void
recordsTab UI.Objects.Security.GUI_SecurityRecords
리턴 void

RemoveID() 공개 메소드

public RemoveID ( ConnectedPlayer player ) : void
player ConnectedPlayer
리턴 void

Search() 공개 메소드

Searches for records containing specific text. All ToLower() might be slow, but otherwise search would be case-sensitive
public Search ( string searchText ) : void
searchText string Text to search
리턴 void

UpdateTab() 공개 메소드

public UpdateTab ( ) : void
리턴 void