Show / Hide Table of Contents

Class UserIDList

Inheritance
System.Object
BaseUserIDList<System.String>
UserIDList
Inherited Members
BaseUserIDList<String>.UserIDAddedEvent
BaseUserIDList<String>.UserIDRemovedEvent
BaseUserIDList<String>.AddAndNotifyOrDescribe(IChatClient, String, String, Nullable<LocString>, String)
BaseUserIDList<String>.RemoveAndNotify(IChatClient, String, Nullable<LocString>, String)
BaseUserIDList<String>.DescribeCollection(IChatClient)
BaseUserIDList<String>.Contains(User)
BaseUserIDList<String>.Contains(StrangeUser)
BaseUserIDList<String>.FindAndAddOrRemoveToList(IChatClient, String, String, Boolean, Nullable<LocString>, String)
BaseUserIDList<String>.Collection
BaseUserIDList<String>.CachedDescribeEntries
Namespace: Eco.Gameplay.Players
Assembly: Eco.Gameplay.dll
Syntax
public class UserIDList : BaseUserIDList<string>

Constructors

UserIDList()

Declaration
public UserIDList()

Methods

ContainsByParams(String[])

Declaration
protected override bool ContainsByParams(params string[] ids)
Parameters
Type Name Description
System.String[] ids
Returns
Type Description
System.Boolean
Overrides
Eco.Gameplay.Players.BaseUserIDList<System.String>.ContainsByParams(System.String[])

TryAddUser(String, (Boolean, DateTime))

Declaration
protected override bool TryAddUser(string targetIdOrName, (bool, DateTime) countedTime)
Parameters
Type Name Description
System.String targetIdOrName
System.ValueTuple<System.Boolean, System.DateTime> countedTime
Returns
Type Description
System.Boolean
Overrides
Eco.Gameplay.Players.BaseUserIDList<System.String>.TryAddUser(System.String, System.ValueTuple<System.Boolean, System.DateTime>)

TryRemoveUser(String)

Declaration
protected override bool TryRemoveUser(string targetIdOrName)
Parameters
Type Name Description
System.String targetIdOrName
Returns
Type Description
System.Boolean
Overrides
Eco.Gameplay.Players.BaseUserIDList<System.String>.TryRemoveUser(System.String)

UpdateStoredUsers()

Declaration
protected override void UpdateStoredUsers()
Overrides
Eco.Gameplay.Players.BaseUserIDList<System.String>.UpdateStoredUsers()

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾