C# Class UI.Objects.Security.GUI_SecurityRecordsEntriesPage

Inheritance: NetPage
Mostrar archivo Open project: unitystation/unitystation

Public Methods

Method Description
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

Private Methods

Method Description
ResetList ( ) : void

Reseting list - removing all search conditions.

Method Details

NewRecord() public method

public NewRecord ( ) : void
return void

OnOpen() public method

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

RemoveID() public method

public RemoveID ( ConnectedPlayer player ) : void
player ConnectedPlayer
return void

Search() public method

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
return void

UpdateTab() public method

public UpdateTab ( ) : void
return void