Interface IClientControlledContainer
Assembly: Eco.Core.dll
Syntax
public interface IClientControlledContainer : ITrackedControllerEnumerable, ITrackedEnumerable, IEnumerable
Properties
Count
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Type
Declaration
Property Value
Type |
Description |
System.Type |
|
Methods
Add(INetObject, Object)
Declaration
bool Add(INetObject caller, object obj)
Parameters
Type |
Name |
Description |
INetObject |
caller |
|
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Remove(INetObject, Object)
Declaration
bool Remove(INetObject caller, object obj)
Parameters
Type |
Name |
Description |
INetObject |
caller |
|
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Set(INetObject, IEnumerable<Object>)
Declaration
bool Set(INetObject caller, IEnumerable<object> newSet)
Parameters
Type |
Name |
Description |
INetObject |
caller |
|
System.Collections.Generic.IEnumerable<System.Object> |
newSet |
|
Returns
Type |
Description |
System.Boolean |
|
Extension Methods