JAMS Developer Guide
PropertyValueCollection Class Methods


MVPSI.JAMS Namespace : PropertyValueCollection Class

For a list of all members of this type, see PropertyValueCollection members.

Public Methods
 NameDescription
Public MethodOverloaded. Adds a new PropertyValue to the collection.  
Public MethodRemove all PropertyValues from the collection  
Public MethodSets a property's value back to the default value.  
Public MethodReturns a boolean that indicates if the specified property name is in this PropertyValueCollection.  
Public MethodGets the current value of a property if that property is defined. If it is not defined, returns an instance of the PropertyDefinition.  
Public MethodReturns a property value list enumerator that iterates through property value list.  
Public MethodGets the value of a property.  
Public MethodGets the value of a property if that property is defined. If it is not defined, returns an instance of the PropertyDefinition.  
Public MethodOverloaded. Gets the value of a property if that property is defined. If it is not defined, returns the specified default value.  
Public MethodGets the value of a property if that property is defined. If it is not defined, returns null.  
Public MethodReads the property value collection values from XML.  
Public MethodSet the value of a property. If the property is not defined for this object, the property is added to the object. You can only add properties that match a valid PropertyDefinition.  
Public MethodTry to get the PropertyValue with the specified property name  
Public MethodWrites the property value collection values to XML.  
Top
Protected Methods
 NameDescription
Protected MethodFires the ListChanged event.  
Protected MethodFires the PropertyChanged event.  
Top
See Also

Reference

PropertyValueCollection Class
MVPSI.JAMS Namespace