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