MultiValuedPropertyBase Members
Include Protected Members
Include Inherited Members
Provides a base class for properties that consist of multiple values.
The MultiValuedPropertyBase type exposes the following members.
Properties
Name | Description | |
---|---|---|
Changed | ||
Count | Gets the number of objects in the multivalued property. | |
IsChangesOnlyCopy | ||
IsReadOnly | ||
IsSynchronized | ||
SyncRoot |
Top
Methods
Name | Description | |
---|---|---|
BeginUpdate | ||
Clear | ||
Clone | ||
CopyChangesFrom | ||
CopyTo | ||
EndUpdate | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsNullOrEmpty | ||
MemberwiseClone | (Inherited from Object.) | |
OnCollectionChanged | ||
OnCollectionChanging | ||
ToString | (Inherited from Object.) |
Top