C# Class UI.Objects.Security.GUI_SecurityRecordsEntriesPage

Inheritance: NetPage
Afficher le fichier Open project: unitystation/unitystation

Méthodes publiques

Méthode 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

Méthode Description
ResetList ( ) : void

Reseting list - removing all search conditions.

Method Details

NewRecord() public méthode

public NewRecord ( ) : void
Résultat void

OnOpen() public méthode

public OnOpen ( UI.Objects.Security.GUI_SecurityRecords recordsTab ) : void
recordsTab UI.Objects.Security.GUI_SecurityRecords
Résultat void

RemoveID() public méthode

public RemoveID ( ConnectedPlayer player ) : void
player ConnectedPlayer
Résultat void

Search() public méthode

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
Résultat void

UpdateTab() public méthode

public UpdateTab ( ) : void
Résultat void