Class ProxyNestedItemSet<TInner, TOuter>
Inheritance
System.Object
ProxyNestedItemSet<TInner, TOuter>
Implements
System.Collections.Generic.IList<
IItemSet<TOuter>>
System.Collections.Generic.ICollection<
IItemSet<TOuter>>
System.Collections.Generic.IEnumerable<
IItemSet<TOuter>>
System.Collections.Specialized.INotifyCollectionChanged
System.ComponentModel.INotifyPropertyChanged
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Common.dll
Syntax
public class ProxyNestedItemSet<TInner, TOuter> : IItemSet<IItemSet<TOuter>>, IList<IItemSet<TOuter>>, ICollection<IItemSet<TOuter>>, IEnumerable<IItemSet<TOuter>>, INotifyCollectionChanged, INotifyPropertyChanged, IExpressEnumerable, IItemSet, IList, ICollection, IEnumerable where TInner : TOuter
Type Parameters
Name |
Description |
TInner |
|
TOuter |
|
Constructors
|
Improve this Doc
View Source
ProxyNestedItemSet(IItemSet<IItemSet<TInner>>)
Declaration
public ProxyNestedItemSet(IItemSet<IItemSet<TInner>> inner)
Parameters
Properties
|
Improve this Doc
View Source
IsFixedSize
Declaration
public bool IsFixedSize { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsSynchronized
Declaration
public bool IsSynchronized { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Item[Int32]
Declaration
public IItemSet<TOuter> this[int index] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
|
Improve this Doc
View Source
OwningEntity
Declaration
public IPersistEntity OwningEntity { get; }
Property Value
|
Improve this Doc
View Source
SyncRoot
Declaration
public object SyncRoot { get; }
Property Value
Type |
Description |
System.Object |
|
Methods
|
Improve this Doc
View Source
Add(Object)
Declaration
public int Add(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Add(IItemSet<TOuter>)
Declaration
public void Add(IItemSet<TOuter> item)
Parameters
Type |
Name |
Description |
IItemSet<TOuter> |
item |
|
|
Improve this Doc
View Source
AddRange(IEnumerable<IItemSet<TOuter>>)
Declaration
public void AddRange(IEnumerable<IItemSet<TOuter>> values)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<IItemSet<TOuter>> |
values |
|
|
Improve this Doc
View Source
Contains(Object)
Declaration
public bool Contains(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Contains(IItemSet<TOuter>)
Declaration
public bool Contains(IItemSet<TOuter> item)
Parameters
Type |
Name |
Description |
IItemSet<TOuter> |
item |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CopyTo(Array, Int32)
Declaration
public void CopyTo(Array array, int index)
Parameters
Type |
Name |
Description |
System.Array |
array |
|
System.Int32 |
index |
|
|
Improve this Doc
View Source
CopyTo(IItemSet<TOuter>[], Int32)
Declaration
public void CopyTo(IItemSet<TOuter>[] array, int arrayIndex)
Parameters
Type |
Name |
Description |
IItemSet<TOuter>[] |
array |
|
System.Int32 |
arrayIndex |
|
|
Improve this Doc
View Source
FirstOrDefault(Func<IItemSet<TOuter>, Boolean>)
Declaration
public IItemSet<TOuter> FirstOrDefault(Func<IItemSet<TOuter>, bool> predicate)
Parameters
Type |
Name |
Description |
System.Func<IItemSet<TOuter>, System.Boolean> |
predicate |
|
Returns
|
Improve this Doc
View Source
FirstOrDefault<TF>(Func<TF, Boolean>)
Declaration
public TF FirstOrDefault<TF>(Func<TF, bool> predicate)
where TF : IItemSet<TOuter>
Parameters
Type |
Name |
Description |
System.Func<TF, System.Boolean> |
predicate |
|
Returns
Type Parameters
|
Improve this Doc
View Source
GetAt(Int32)
Declaration
public IItemSet<TOuter> GetAt(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
|
Improve this Doc
View Source
GetEnumerator()
Declaration
public IEnumerator<IItemSet<TOuter>> GetEnumerator()
Returns
Type |
Description |
System.Collections.Generic.IEnumerator<IItemSet<TOuter>> |
|
|
Improve this Doc
View Source
IndexOf(Object)
Declaration
public int IndexOf(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IndexOf(IItemSet<TOuter>)
Declaration
public int IndexOf(IItemSet<TOuter> item)
Parameters
Type |
Name |
Description |
IItemSet<TOuter> |
item |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Insert(Int32, Object)
Declaration
public void Insert(int index, object value)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Object |
value |
|
|
Improve this Doc
View Source
Insert(Int32, IItemSet<TOuter>)
Declaration
public void Insert(int index, IItemSet<TOuter> item)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
IItemSet<TOuter> |
item |
|
|
Improve this Doc
View Source
Remove(Object)
Declaration
public void Remove(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
|
Improve this Doc
View Source
Remove(IItemSet<TOuter>)
Declaration
public bool Remove(IItemSet<TOuter> item)
Parameters
Type |
Name |
Description |
IItemSet<TOuter> |
item |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Where<TW>(Func<TW, Boolean>)
Declaration
public IEnumerable<TW> Where<TW>(Func<TW, bool> predicate)
where TW : IItemSet<TOuter>
Parameters
Type |
Name |
Description |
System.Func<TW, System.Boolean> |
predicate |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<TW> |
|
Type Parameters
Events
|
Improve this Doc
View Source
CollectionChanged
Declaration
public event NotifyCollectionChangedEventHandler CollectionChanged
Event Type
Type |
Description |
System.Collections.Specialized.NotifyCollectionChangedEventHandler |
|
|
Improve this Doc
View Source
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Explicit Interface Implementations
|
Improve this Doc
View Source
ICollection<IItemSet<TOuter>>.Clear()
Declaration
void ICollection<IItemSet<TOuter>>.Clear()
|
Improve this Doc
View Source
ICollection<IItemSet<TOuter>>.Count
Declaration
int ICollection<IItemSet<TOuter>>.Count { get; }
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ICollection<IItemSet<TOuter>>.IsReadOnly
Declaration
bool ICollection<IItemSet<TOuter>>.IsReadOnly { get; }
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IList<IItemSet<TOuter>>.RemoveAt(Int32)
Declaration
void IList<IItemSet<TOuter>>.RemoveAt(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
|
Improve this Doc
View Source
ICollection.Count
Declaration
int ICollection.Count { get; }
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type |
Description |
System.Collections.IEnumerator |
|
|
Improve this Doc
View Source
IList.Clear()
Declaration
|
Improve this Doc
View Source
IList.IsReadOnly
Declaration
bool IList.IsReadOnly { get; }
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IList.Item[Int32]
Declaration
object IList.this[int index] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
IList.RemoveAt(Int32)
Declaration
void IList.RemoveAt(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.Specialized.INotifyCollectionChanged
System.ComponentModel.INotifyPropertyChanged
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Extension Methods