JAMS Developer Guide
PropertyValue Class Members
Properties  Methods  Events


MVPSI.JAMS Namespace : PropertyValue Class

The following tables list the members exposed by PropertyValue.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyShould this property be shown in a property editor?  
Public PropertyGets the Category name for this property. This is used for the CategoryName attribute.  
Public PropertyGets the sort order for this property's category  
Public PropertyGets or sets the current value for this property. There are three value properties: DefaultValue - This is a read-only property that returns the default value of the property. This value is defined by the folders above the current object. Value - This is a read-only property that returns the value for the property. This is a combination of the DefaultValue and the CurrentValue properties. How values are combined is defined in the PropertyDefinition. CurrentValue - This read-write property modifies the value of the property for this object.  
Public PropertyGets the default value for this property. See the documentation on the CurrentValue property for an explination of the Value, DefaultValue and CurrentValue properties.  
Public PropertyGets a description of this property.  
Public PropertyGets the display name for the property. This is often used in place of the PropertyName when displaying the value of the property.  
Public PropertyGets the name of the editor for this property.  
Public PropertyReturns the ID of the object that we inherited from.  
Public PropertyReturns the name of the object that we inherited from.  
Public PropertyReturns type of object that we inherited from.  
Public PropertyGets the JAMS server where the property definition was loaded from.  
Public PropertyGets the MergeOption for this property. The MergeOption defines how values of the different levels of folders, jobs etc are merged together.  
Public PropertyGets the internal ID of the property  
Public PropertyGets the name of the property  
Public PropertyGets the Type for this property  
Public PropertyGets the property value descriptor.  
Public PropertyCan the property be modified in a property editor?  
Public PropertyGets the sort order for this property  
Public PropertyGets the text that can be used for a tooltip for this property.  
Public PropertyGet the name of the type for this property  
Public PropertyGets the name of the type of the server-side obect that implements IPropertyValueSSO for this property.  
Public PropertyGets the value for this property. See the documentation on the CurrentValue property for an explination of the Value, DefaultValue and CurrentValue properties.  
Public PropertyWhen a job is submitted, should this property be included in the Entry?  
Public PropertyWhen a job completes, should this property be included in the history?  
Top
Public Methods
 NameDescription
Public MethodClones a property value definition.  
Public MethodReads PropertyDefinition values from XML  
Public Method  
Public MethodWrites PropertyDefinition values to XML  
Top
Public Events
 NameDescription
Public EventEvent Handler for a changed Property Value  
Top
See Also

Reference

PropertyValue Class
MVPSI.JAMS Namespace