BpmProperty Class (Microsoft.PerformancePoint.Scorecards)

Represents the base class for all properties.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<SerializableAttribute> _
<XmlIncludeAttribute(GetType(BpmPropertyList))> _
<XmlIncludeAttribute(GetType(BpmPropertyLinkBase))> _
<XmlIncludeAttribute(GetType(BpmPropertyDecimal))> _
<XmlIncludeAttribute(GetType(BpmPropertyUser))> _
<XmlIncludeAttribute(GetType(BpmPropertyPercent))> _
<XmlIncludeAttribute(GetType(BpmPropertyText))> _
<XmlIncludeAttribute(GetType(BpmPropertyLongText))> _
<XmlIncludeAttribute(GetType(BpmPropertyDate))> _
<XmlIncludeAttribute(GetType(BpmPropertyBool))> _
<XmlIncludeAttribute(GetType(BpmPropertyDateRange))> _
<XmlIncludeAttribute(GetType(BpmPropertyHyperlink2))> _
<XmlIncludeAttribute(GetType(BpmPropertyHyperlink))> _
<XmlIncludeAttribute(GetType(BpmPropertyInteger))> _
<XmlIncludeAttribute(GetType(BpmPropertyMoney))> _
Public MustInherit Class BpmProperty
    Implements ICloneable, IComparable, IDiffable
'Usage
Dim instance As BpmProperty
[SerializableAttribute] 
[XmlIncludeAttribute(typeof(BpmPropertyList))] 
[XmlIncludeAttribute(typeof(BpmPropertyLinkBase))] 
[XmlIncludeAttribute(typeof(BpmPropertyDecimal))] 
[XmlIncludeAttribute(typeof(BpmPropertyUser))] 
[XmlIncludeAttribute(typeof(BpmPropertyPercent))] 
[XmlIncludeAttribute(typeof(BpmPropertyText))] 
[XmlIncludeAttribute(typeof(BpmPropertyLongText))] 
[XmlIncludeAttribute(typeof(BpmPropertyDate))] 
[XmlIncludeAttribute(typeof(BpmPropertyBool))] 
[XmlIncludeAttribute(typeof(BpmPropertyDateRange))] 
[XmlIncludeAttribute(typeof(BpmPropertyHyperlink2))] 
[XmlIncludeAttribute(typeof(BpmPropertyHyperlink))] 
[XmlIncludeAttribute(typeof(BpmPropertyInteger))] 
[XmlIncludeAttribute(typeof(BpmPropertyMoney))] 
public abstract class BpmProperty : ICloneable, IComparable, IDiffable

Inheritance Hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.BpmProperty
     Derived Classes

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

BpmProperty Members
Microsoft.PerformancePoint.Scorecards Namespace