Definition
Namespace:Telerik.WinControls.XmlSerialization
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class PropertySerializationMetadataCollection : ObservableCollection<PropertySerializationMetadata>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx
Inheritance: objectCollection<PropertySerializationMetadata>ObservableCollection<PropertySerializationMetadata>PropertySerializationMetadataCollection
Implements:
Inherited Members
Constructors
C#
public PropertySerializationMetadataCollection()
Methods
C#
public PropertySerializationMetadata Find(Predicate<PropertySerializationMetadata> match)
C#
public PropertySerializationMetadata FindClassMetadata(object targetObject)
C#
public PropertySerializationMetadata FindPropertyMetadata(object targetObject, PropertyDescriptor property)
Calls the NotifyListenersCollectionChanging method with the provided arguments if not in a batch update.
C#
protected override bool OnCollectionChanging(NotifyCollectionChangingEventArgs e)
Overrides: