ProxyAddressBaseCollection<T> Members

Include Protected Members
Include Inherited Members

The ProxyAddressBaseCollection<T> type exposes the following members.

Properties

  Name Description
Protected property AutoPromotionDisabled
Public property Changed (Inherited from MultiValuedProperty<T>.)
Public property Count (Inherited from MultiValuedProperty<T>.)
Public property IsChangesOnlyCopy (Inherited from MultiValuedProperty<T>.)
Public property IsReadOnly (Inherited from MultiValuedProperty<T>.)
Public property IsSynchronized (Inherited from MultiValuedProperty<T>.)
Public property Item (Inherited from MultiValuedProperty<T>.)
Public property SyncRoot (Inherited from MultiValuedProperty<T>.)

Top

Methods

  Name Description
Protected method BeginUpdate (Inherited from MultiValuedPropertyBase.)
Public method Clear (Inherited from MultiValuedProperty<T>.)
Public method Clone (Inherited from MultiValuedProperty<T>.)
Public method Contains (Inherited from MultiValuedProperty<T>.)
Protected method ConvertInput (Inherited from MultiValuedProperty<T>.)
Public method CopyChangesFrom (Overrides MultiValuedProperty<T>.CopyChangesFrom(MultiValuedPropertyBase).)
Public method CopyTo(Array, Int32) (Inherited from MultiValuedProperty<T>.)
Public method CopyTo([], Int32) (Inherited from MultiValuedProperty<T>.)
Protected method DeserializeValue (Inherited from MultiValuedProperty<T>.)
Protected method EndUpdate (Inherited from MultiValuedPropertyBase.)
Public method Equals(MultiValuedProperty<T>) (Inherited from MultiValuedProperty<T>.)
Public method Equals(Object) (Inherited from MultiValuedProperty<T>.)
Protected method Finalize (Inherited from Object.)
Public method Find (Inherited from MultiValuedProperty<T>.)
Public method FindPrimary
Public method GetEnumerator (Inherited from MultiValuedProperty<T>.)
Public method GetHashCode (Inherited from MultiValuedProperty<T>.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from MultiValuedProperty<T>.)
Public method Insert (Inherited from MultiValuedProperty<T>.)
Public method MakePrimary(Int32)
Public method MakePrimary(T)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnCollectionChanged (Inherited from MultiValuedProperty<T>.)
Protected method OnCollectionChanging (Inherited from MultiValuedProperty<T>.)
Public method Remove (Overrides MultiValuedPropertyRemove(Object).)
Public method RemoveAt (Inherited from MultiValuedProperty<T>.)
Protected method SerializeValue (Inherited from MultiValuedProperty<T>.)
Protected method SetAt (Overrides MultiValuedProperty<T>.SetAt(Int32, T).)
Public method Sort (Inherited from MultiValuedProperty<T>.)
Public method ToArray (Inherited from MultiValuedProperty<T>.)
Public method ToString (Inherited from Object.)
Public method ToStringArray
Public method TryAdd (Inherited from MultiValuedProperty<T>.)
Protected method TryAddInternal (Overrides MultiValuedProperty<T>.TryAddInternal(T, Exception).)
Protected method ValidateValue (Overrides MultiValuedProperty<T>.ValidateValue(T).)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from MultiValuedProperty<T>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from MultiValuedProperty<T>.)
Explicit interface implemetationPrivate method IEnumerable<T>.GetEnumerator (Inherited from MultiValuedProperty<T>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from MultiValuedProperty<T>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from MultiValuedProperty<T>.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from MultiValuedProperty<T>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from MultiValuedProperty<T>.)
Explicit interface implemetationPrivate property IList.Item (Inherited from MultiValuedProperty<T>.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from MultiValuedProperty<T>.)

Top