ADMultiValuedProperty<T> Members

Include Protected Members
Include Inherited Members

The ADMultiValuedProperty<T> type exposes the following members.

Properties

  Name Description
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 (Inherited from MultiValuedProperty<T>.)
Public method CopyTo(Array, Int32) (Inherited from MultiValuedProperty<T>.)
Public method CopyTo([], Int32) (Inherited from MultiValuedProperty<T>.)
Protected method DeserializeValue (Overrides MultiValuedProperty<T>.DeserializeValue(Object).)
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 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>.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnCollectionChanged (Inherited from MultiValuedProperty<T>.)
Protected method OnCollectionChanging (Inherited from MultiValuedProperty<T>.)
Public method RemoveAt (Inherited from MultiValuedProperty<T>.)
Protected method SerializeValue (Overrides MultiValuedProperty<T>.SerializeValue(Object).)
Protected method SetAt (Inherited from MultiValuedProperty<T>.)
Public method Sort (Inherited from MultiValuedProperty<T>.)
Public method ToArray (Inherited from MultiValuedProperty<T>.)
Public method ToString (Inherited from Object.)
Public method TryAdd (Inherited from MultiValuedProperty<T>.)
Protected method TryAddInternal (Inherited from MultiValuedProperty<T>.)
Protected method ValidateValue (Inherited from MultiValuedProperty<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