The Many type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Many |
Methods
| Name | Description | |
|---|---|---|
| OnPropertyChanged |
Raises the PropertyChanged event.
| |
| OnPropertyChanging |
Raises the PropertyChanging event.
| |
| Reset |
Resets the property to a default value across all objects.
|
Properties
| Name | Description | |
|---|---|---|
| IsConsistent |
Gets a value indicating whether the Many contains
consistent values.
| |
| IsReadOnly |
Gets whether the property value is read-only.
| |
| PropertyType |
Gets the data type of the property.
| |
| PropertyTypeName |
Gets the (short) name of the data type of the property.
| |
| RawValue |
Gets the value (if available). This value is meaningful only if
IsConsistent is true.
| |
| Values |
Gets the values across the selected objects.
|
Events
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a property value changes.
| |
| PropertyChanging |
Occurs when a property value is changing.
|