JAMS Developer Guide
PropertyValueCollection Class Members
Properties  Methods  Events


MVPSI.JAMS Namespace : PropertyValueCollection Class

The following tables list the members exposed by PropertyValueCollection.

Public Constructors
 NameDescription
Public ConstructorCreates a new PropertyValueCOllection.  
Top
Public Properties
 NameDescription
Public PropertyReturns the number of PropertyValues in the collection  
Public PropertyAn index into the PropertyValues by PropertyName.  
Top
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
Public Events
 NameDescription
Public EventThe ListChanged event fires when a property in the list is changed.  
Public EventThe PropertyChanged event fires when the property value has changed.  
Top
See Also

Reference

PropertyValueCollection Class
MVPSI.JAMS Namespace