BpmProperty - Classe

S’applique à : PerformancePoint Services pour SharePoint Server, version Entreprise
Représente la classe de base pour toutes les propriétés.

Hiérarchie d’héritage

System.Object
  Microsoft.PerformancePoint.Scorecards.BpmProperty
    Microsoft.PerformancePoint.Scorecards.BpmPropertyBool
    Microsoft.PerformancePoint.Scorecards.BpmPropertyDate
    Microsoft.PerformancePoint.Scorecards.BpmPropertyDecimal
    Microsoft.PerformancePoint.Scorecards.BpmPropertyLinkBase
    Microsoft.PerformancePoint.Scorecards.BpmPropertyList
    Microsoft.PerformancePoint.Scorecards.BpmPropertyLongText
    Microsoft.PerformancePoint.Scorecards.BpmPropertyText
    Microsoft.PerformancePoint.Scorecards.BpmPropertyUser

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
<KnownTypeAttribute(GetType(BpmPropertyDate))> _
<KnownTypeAttribute(GetType(BpmPropertyList))> _
<KnownTypeAttribute(GetType(BpmPropertyDecimal))> _
<KnownTypeAttribute(GetType(BpmPropertyLinkBase))> _
<KnownTypeAttribute(GetType(BpmPropertyHyperlink2))> _
<KnownTypeAttribute(GetType(BpmPropertyHyperlink))> _
<KnownTypeAttribute(GetType(BpmPropertyUser))> _
<KnownTypeAttribute(GetType(BpmPropertyText))> _
<KnownTypeAttribute(GetType(BpmPropertyLongText))> _
<KnownTypeAttribute(GetType(BpmPropertyBool))> _
Public MustInherit Class BpmProperty _
    Implements ICloneable, IComparable, IDiffable
'Utilisation
Dim instance As BpmProperty
[SerializableAttribute]
[KnownTypeAttribute(typeof(BpmPropertyDate))]
[KnownTypeAttribute(typeof(BpmPropertyList))]
[KnownTypeAttribute(typeof(BpmPropertyDecimal))]
[KnownTypeAttribute(typeof(BpmPropertyLinkBase))]
[KnownTypeAttribute(typeof(BpmPropertyHyperlink2))]
[KnownTypeAttribute(typeof(BpmPropertyHyperlink))]
[KnownTypeAttribute(typeof(BpmPropertyUser))]
[KnownTypeAttribute(typeof(BpmPropertyText))]
[KnownTypeAttribute(typeof(BpmPropertyLongText))]
[KnownTypeAttribute(typeof(BpmPropertyBool))]
public abstract class BpmProperty : ICloneable, 
    IComparable, IDiffable

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

BpmProperty - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms